From cda33c33d9cc5429c2304a7cad5d10ac0248fe42 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 28 May 2017 16:39:29 -0500 Subject: [PATCH] Try mingw testing again. --- appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 72ad28d..3f3e59a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -60,12 +60,12 @@ environment: CXXFLAGS: /std:c++latest 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.