From 5e76979e05f5ff6d4d00338de739d178d4ff34a0 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 28 May 2017 13:59:25 -0500 Subject: [PATCH] No MinGW for now, as it fails for some unknown reason. --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9c0345e..90ee174 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,12 +52,12 @@ environment: - TOOLSET: vs-2017 platform: 64 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - - TOOLSET: mingw-5 - platform: 32 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - - TOOLSET: mingw64-6 - platform: 64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 +# - TOOLSET: mingw-5 +# platform: 32 +# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 +# - TOOLSET: mingw64-6 +# platform: 64 +# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 # We can also set up configurations for testing which map to # the b2 build variants.