Try generalizing project file name (1/2)

This commit is contained in:
Ewout ter Hoeven 2019-01-23 14:14:16 +01:00 committed by GitHub
parent 9e77ea1458
commit e99ecae9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ install:
- cmake --version
- cmake c:\projects\ctf
build_script: msbuild "C:\projects\ctf\cmake_build\yquake2-ctf.sln"
build_script: msbuild "C:\projects\ctf\cmake_build\%PROJECT_NAME%.sln"
artifacts:
- path: cmake_build\Release\**\*.*