From dfcb7538066db2ee5372f81736b463138bbb2388 Mon Sep 17 00:00:00 2001 From: Alexander Nevskiy Date: Tue, 16 Jun 2015 02:31:30 +0300 Subject: [PATCH] Build in release mode on appveyor. --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml old mode 100644 new mode 100755 index 31eaa0a37..03622207a --- a/appveyor.yml +++ b/appveyor.yml @@ -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