Build in release mode on appveyor.

This commit is contained in:
Alexander Nevskiy 2015-06-16 02:31:30 +03:00
parent 93a0dccbbe
commit dfcb753806

4
appveyor.yml Normal file → Executable file
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