8000 Use build_script instead of build for appveyor · Reification/unittest-cpp@6ce4bbe · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ce4bbe

Browse files
committed
Use build_script instead of build for appveyor
Using build_script to run cmake --build fixes issues with msbuild not always finding the correct file formats, etc.
1 parent 8080a0c commit 6ce4bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ configuration:
2121
- Debug
2222
- Release
2323

24-
build:
25-
project: builds/UnitTest++.sln
24+
build_script:
25+
- pushd builds && cmake --build . && popd
2626

2727
matrix:
2828
fast_finish: true

0 commit comments

Comments
 (0)
0