]> git.jsancho.org Git - lugaru.git/blobdiff - .appveyor.yml
CI: Set Debug configuration for AppVeyor
[lugaru.git] / .appveyor.yml
index faf86a8356ccd0911786d7584930f6296db4ea5d..e0f49585e2b270f06f1f0bbaa6852bc42a28a20a 100644 (file)
@@ -1,6 +1,9 @@
 # This is pretty useless, but it sets the version of the build
 version: 0.0.0.build.{build}
 
+# Force configuration
+configuration: Debug
+
 # Use Visual Studio 2015 base image
 image: Visual Studio 2015
 
@@ -15,9 +18,9 @@ platform:
 before_build:
   - cd c:\projects\osslugaru\lugaru
   - set PATH=C:\Program Files (x86)\MSBuild\14.0\BIN;%PATH%
-  - if %PLATFORM% == x86 cmake . -DLUGARU_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc32-build -DLUGARU_FORCE_INTERNAL_SDL=True -DLUGARU_FORCE_INTERNAL_GLU=True -DLUGARU_FORCE_INTERNAL_JPEG=True -DLUGARU_FORCE_INTERNAL_PNG=True -DLUGARU_FORCE_INTERNAL_VORBIS=True -DLUGARU_FORCE_INTERNAL_ZLIB=True -DLUGARU_FORCE_INTERNAL_OPENAL=True
+  - if %PLATFORM% == x86 cmake . -DCMAKE_BUILD_TYPE=Debug -DLUGARU_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc32-build -DLUGARU_FORCE_INTERNAL_SDL=True -DLUGARU_FORCE_INTERNAL_GLU=True -DLUGARU_FORCE_INTERNAL_JPEG=True -DLUGARU_FORCE_INTERNAL_PNG=True -DLUGARU_FORCE_INTERNAL_VORBIS=True -DLUGARU_FORCE_INTERNAL_ZLIB=True -DLUGARU_FORCE_INTERNAL_OPENAL=True
 
 # Tell it what to build
 build:
-  project: lugaru.sln
-  parallel: true
+  project: lugaru.sln
+  parallel: true