this repo has no description
0
fork

Configure Feed

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

Get project_version from file instead of appveyor.yml.

+3 -4
+3 -4
.appveyor.yml
··· 6 6 only: 7 7 - appveyor-prep 8 8 9 - version: 0.11.0-{build} 9 + version: {build} 10 10 11 11 image: 12 12 - Visual Studio 2019 ··· 16 16 - echo %APPVEYOR_BUILD_WORKER_IMAGE% 17 17 - if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019" ) 18 18 - echo %generator% 19 - - set zip_name=SDL_gpu-%APPVEYOR_BUILD_VERSION%-VS-%platform%-%configuration%.zip 20 19 21 20 22 21 shallow_clone: true ··· 40 39 - Release 41 40 42 41 before_build: 42 + - set /p project_version=<version.txt 43 + - set zip_name=SDL_gpu-%project_version%-VS-%platform%-%configuration%.zip 43 44 - echo "Platform %platform%" 44 45 - echo "generator %generator%" 45 46 - echo Running cmake... ··· 61 62 artifacts: 62 63 - path: "%zip_name%" 63 64 name: "%zip_name%" 64 - - path: install.zip 65 - name: install.zip 66 65 67 66 deploy_script: 68 67 - cd c:\projects\SDL_gpu