Skip to content

Commit

Permalink
Use build_script instead of build for appveyor
Browse files Browse the repository at this point in the history
Using build_script to run cmake --build fixes issues with msbuild
not always finding the correct file formats, etc.
  • Loading branch information
pjohnmeyer committed Feb 24, 2016
1 parent 8080a0c commit 6ce4bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ configuration:
- Debug
- Release

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

matrix:
fast_finish: true
Expand Down

0 comments on commit 6ce4bbe

Please sign in to comment.