Try generalizing project file name (2/2)

This commit is contained in:
Ewout ter Hoeven 2019-01-23 14:14:35 +01:00 committed by GitHub
parent e99ecae9ea
commit 6abe2a173e
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\%PROJECT_NAME%.sln"
build_script: msbuild "C:\projects\ctf\cmake_build\%CMAKE_PROJECT_NAME%.sln"
artifacts:
- path: cmake_build\Release\**\*.*