this repo has no description
0
fork

Configure Feed

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

Trying to package installed files to avoid intermediates.

+5 -3
+5 -3
.appveyor.yml
··· 38 38 - Debug 39 39 - Release 40 40 41 - # scripts to run before build 42 41 before_build: 43 42 - echo "Platform %platform%" 44 43 - echo "generator %generator%" ··· 50 49 - if "%configuration%"=="Debug" ( set build_demos=OFF ) 51 50 - if "%configuration%"=="Release" ( set build_tests=OFF ) 52 51 - if "%configuration%"=="Release" ( set build_demos=ON ) 53 - - 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 .. 52 + - cmd: cmake -G %generator% -A %platform% -DCMAKE_INSTALL_PREFIX=c:\projects\libs\SDL_gpu -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 .. 54 53 55 - # scripts to run after build 56 54 after_build: 57 55 - cd c:\projects\SDL_gpu\build 58 56 - 7z a c:\projects\SDL_gpu\%zip_name% * -tzip 57 + - cd c:\projects\libs\SDL_gpu 58 + - 7z a c:\projects\SDL_gpu\install.zip * -tzip 59 59 - cd c:\projects\SDL_gpu 60 60 61 61 artifacts: 62 62 - path: "%zip_name%" 63 63 name: "%zip_name%" 64 + - path: install.zip 65 + name: install.zip 64 66 65 67 deploy_script: 66 68 - cd c:\projects\SDL_gpu