Skip to content

Commit 890ce59

Browse files
committed
Repair appveyor... Horrifyingly
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 ;)
1 parent 527a69b commit 890ce59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ build_script:
77
- cmake . -G "Visual Studio 14 2015"
88
- cmake --build . --config Release
99
test_script:
10-
- Release\json_unit.exe
11-
- Release\json_unit.exe "*"
10+
- dir Release
11+
- Release\test\json_unit.exe
12+
- Release\test\json_unit.exe "*"

0 commit comments

Comments
 (0)