Commit a63c7945 authored by Niels's avatar Niels

some changes to Appveyor

parent 50841590
...@@ -4,7 +4,7 @@ init: [] ...@@ -4,7 +4,7 @@ init: []
install: [] install: []
build_script: build_script:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
- cmake . - cmake . -G "Visual Studio 14 2015"
- msbuild json.sln /p:Configuration=Release - cmake --build . --config Release
test_script: test_script:
- Release\json_unit.exe - Release\json_unit.exe
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment