From 5ed78c19ef4f27c9c5586f220aaa6f74fab191ff Mon Sep 17 00:00:00 2001 From: saschawillems Date: Sat, 4 Nov 2017 18:20:42 +0100 Subject: [PATCH] Use cmake on appveyor --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index e490be1e..966a9e2f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,11 @@ branches: skip_tags: true image: Visual Studio 2015 platform: x64 +configuration: Release install: - git submodule update --init --recursive +before_build: + - cmake -G "Visual Studio 14 2015 Win64" build: project: vulkanExamples.sln parallel: true