build in release mode on appveyor (from #88)

This commit is contained in:
Niels 2015-06-20 15:13:45 +02:00
parent 719cc9e4d7
commit bf423363bd

View file

@ -5,6 +5,6 @@ install: []
build_script:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
- cmake .
- msbuild json.sln
- msbuild json.sln /p:Configuration=Release
test_script:
- Debug\json_unit.exe
- Release\json_unit.exe