]> git.jsancho.org Git - lugaru.git/blobdiff - .appveyor.yml
CI: Adapt to SDL2 migration
[lugaru.git] / .appveyor.yml
index a3f9d754854363b8ec99d1211c5b0eb6b7efd7eb..65dd1fcf228f6d61619980ada30701a3644948a5 100644 (file)
@@ -12,13 +12,13 @@ clone_folder: c:\projects\osslugaru\lugaru
 
 # Build for 32-bit target only
 platform:
-  - x86
+  - Win32
 
 # Prep work (CMake VS project generation)
 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% == Win32 cmake . -DCMAKE_BUILD_TYPE=Debug -DLUGARU_INSTALL_PREFIX=C:\projects\osslugaru\lugaru\msvc32-build -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: