From 4ddb2feebb1b9a3fb5fc813047ab110c99605ac4 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Wed, 28 Oct 2015 17:35:16 +0100 Subject: [PATCH] Let's try building everything, see how far we get --- CI/before_script.msvc.sh | 3 +++ appveyor.yml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CI/before_script.msvc.sh b/CI/before_script.msvc.sh index 756653fe9..37905fc4c 100644 --- a/CI/before_script.msvc.sh +++ b/CI/before_script.msvc.sh @@ -573,6 +573,9 @@ else add_cmake_opts -DBUILD_OPENCS=no \ -DBUILD_OPENMW=no ;; + * ) + echo " Building everything." + ;; esac fi diff --git a/appveyor.yml b/appveyor.yml index ea508abd6..651f41783 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,12 +10,12 @@ platform: configuration: Debug -environment: - matrix: +#environment: +# matrix: # - STEP: misc # - STEP: components # misc builds this too # Build takes too long for these, ignore for now - - STEP: openmw +# - STEP: openmw # - STEP: opencs matrix: