From f3447b2b8074bebb62ea94215f4dc93d50365a80 Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 26 Apr 2015 23:14:51 +0200 Subject: [PATCH] Appveyor --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6c3e8d84..08a9d7d5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,8 @@ version: '{build}' os: Visual Studio 2015 CTP -init: -- cmake . -install: +build_script: - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% +- cmake . build: verbosity: detailed test_script: