Commit bf423363 authored by Niels's avatar Niels

build in release mode on appveyor (from #88)

parent 719cc9e4
...@@ -5,6 +5,6 @@ install: [] ...@@ -5,6 +5,6 @@ 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 .
- msbuild json.sln - msbuild json.sln /p:Configuration=Release
test_script: test_script:
- Debug\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