this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disabling appveyor tests and demos, since they're not in the artifacts yet.

authored by

Jonathan Dearborn and committed by
Alice
e2af3057 50e0f0e5

+2 -2
+2 -2
.appveyor.yml
··· 48 48 - echo Running cmake... 49 49 - mkdir build 50 50 - cd build 51 - - if "%configuration%"=="Debug" ( set build_tests=ON ) 51 + - if "%configuration%"=="Debug" ( set build_tests=OFF ) 52 52 - if "%configuration%"=="Debug" ( set build_demos=OFF ) 53 53 - if "%configuration%"=="Release" ( set build_tests=OFF ) 54 - - if "%configuration%"=="Release" ( set build_demos=ON ) 54 + - if "%configuration%"=="Release" ( set build_demos=OFF ) 55 55 - cmd: cmake -G %generator% -A %platform% -DCMAKE_INSTALL_PREFIX=c:\projects\libs\SDL2 -DSDL_gpu_BUILD_DEMOS=%build_demos% -DSDL_gpu_BUILD_TESTS=%build_tests% -DSDL_gpu_BUILD_TOOLS=%build_demos% -DSDL_gpu_BUILD_SHARED=ON -DSDL_gpu_BUILD_STATIC=ON .. 56 56 57 57 after_build: