From a1a370a1c78fef038ecb5b96664cca2839c8ba58 Mon Sep 17 00:00:00 2001 From: Viktor Gal Date: Wed, 7 Mar 2018 16:16:07 +0100 Subject: [PATCH] switch back to msbuild on appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a4849668b89..68e353d0563 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ cache: environment: matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - GENERATOR: Ninja + GENERATOR: Visual Studio 14 2015 Win64 PYTHON: "3.6" APPVEYOR_SAVE_CACHE_ON_ERROR: true