From 4c7fbd76479281a1bfaff9bd16a2e77ee8b7971b Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 26 Apr 2015 23:03:15 +0200 Subject: [PATCH] Appveyor --- appveyor.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5ce87140f..73280b48f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,10 @@ -version: 1.0.{build} -os: Visual Studio 2015 Preview +version: '{build}' +os: Visual Studio 2015 CTP init: -- cmake -h -- cmake -G "Visual Studio 14 2015 Win64" +- cmake +install: +- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% build: - verbosity: minimal + verbosity: detailed +test_script: +- json_unit.exe -- GitLab