this repo has no description
0
fork

Configure Feed

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

Setting dir before determining zip name and cleaning up output.

+3 -1
+3 -1
.appveyor.yml
··· 12 12 - Visual Studio 2019 13 13 14 14 init: 15 + - @echo off 15 16 - git config --global core.autocrlf input 16 17 - echo %APPVEYOR_BUILD_WORKER_IMAGE% 17 18 - if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019" ) ··· 39 40 - Release 40 41 41 42 before_build: 43 + - cd c:\projects\SDL_gpu 42 44 - set /p project_version=<version.txt 43 45 - set zip_name=SDL_gpu-%project_version%-VS-%platform%-%configuration%.zip 46 + - echo "Building %zip_name%" 44 47 - echo "Platform %platform%" 45 48 - echo "generator %generator%" 46 49 - echo Running cmake... 47 - - cd c:\projects\SDL_gpu 48 50 - mkdir build 49 51 - cd build 50 52 - if "%configuration%"=="Debug" ( set build_tests=ON )