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.