From 87c4de2da2cd2fd01b1c69585965316dcbd2d2ea Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 27 May 2017 14:35:24 -0500 Subject: [PATCH] Lets try MinGW builds. --- appveyor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 7215904..d3a5474 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,6 +52,15 @@ 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-5 + platform: 64 + 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.