From 711e465f4a6446f02588f333fba059a072a1c8db Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 26 Apr 2015 22:53:17 +0200 Subject: [PATCH] Appveyor test --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index a1846c4a..5ce87140 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ version: 1.0.{build} os: Visual Studio 2015 Preview init: +- cmake -h - cmake -G "Visual Studio 14 2015 Win64" build: verbosity: minimal