mirror of
https://github.com/yquake2/ctf.git
synced 2025-05-12 03:11:11 +00:00
Try generalizing project file name (2/2)
This commit is contained in:
parent
e99ecae9ea
commit
6abe2a173e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ install:
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- cmake c:\projects\ctf
|
- cmake c:\projects\ctf
|
||||||
|
|
||||||
build_script: msbuild "C:\projects\ctf\cmake_build\%PROJECT_NAME%.sln"
|
build_script: msbuild "C:\projects\ctf\cmake_build\%CMAKE_PROJECT_NAME%.sln"
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: cmake_build\Release\**\*.*
|
- path: cmake_build\Release\**\*.*
|
||||||
|
|
Loading…
Reference in a new issue