From a63c794521097cf1ac4405bdfd9cab99cfde446e Mon Sep 17 00:00:00 2001 From: Niels Date: Thu, 16 Jul 2015 19:04:51 +0200 Subject: [PATCH] some changes to Appveyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 03622207..b9a07845 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ init: [] install: [] build_script: - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% -- cmake . -- msbuild json.sln /p:Configuration=Release +- cmake . -G "Visual Studio 14 2015" +- cmake --build . --config Release test_script: - Release\json_unit.exe