From 371dc41aff8304f05588ce378025c32184830ac8 Mon Sep 17 00:00:00 2001 From: "M. Petra Baranski" Date: Tue, 19 Feb 2019 02:21:00 +0100 Subject: [PATCH] appveyor do cmake before build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5830ca1..d1a89f1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ image: Visual Studio 2017 install: - cmd: git submodule update --init --recursive -build_script: +before_build: - cmd: mkdir tmp - cmd: cd tmp - cmd: cmake -G "Visual Studio 15 Win64" ..