build in release mode on appveyor (from #88)
This commit is contained in:
parent
719cc9e4d7
commit
bf423363bd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue