Skip to content

Commit

Permalink
Repair appveyor... Horrifyingly
Browse files Browse the repository at this point in the history
It's sort of gnarly that it's still doing in-tree builds, but I
really, _really_ don't want to get any more friendly with CMake's
Visual Studio generator to work out how to make it stop doing it.

In-tree builds still work, after all, and the goal of this work is
to make out-of-tree builds work as well. Notional horrors like
this will have to wait ;)
  • Loading branch information
ChrisKitching committed May 11, 2016
1 parent 527a69b commit 890ce59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ build_script:
- cmake . -G "Visual Studio 14 2015"
- cmake --build . --config Release
test_script:
- Release\json_unit.exe
- Release\json_unit.exe "*"
- dir Release
- Release\test\json_unit.exe
- Release\test\json_unit.exe "*"

0 comments on commit 890ce59

Please sign in to comment.