From 17c9fc5cc98be44f72f1b6e5be85f5c9572bb603 Mon Sep 17 00:00:00 2001 From: Ari Lemmetti Date: Thu, 4 Mar 2021 19:46:08 +0200 Subject: [PATCH] Update build worker images for MinGW tests on AppVeyor. Test all branches and not just master. --- appveyor.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 84c70a9e..b22ac569 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,3 @@ -# Only the whitelisted branches get built, regardless of build config -branches: - only: - - master - # Email the author if their commit either failed to build or fixed a failed build # good -> bad, bad -> bad, bad -> good but not good -> good notifications: @@ -37,13 +32,16 @@ configuration: - Release # Build with multiple compilers / build suites -image: Visual Studio 2015 environment: matrix: - - platform: Win32 - - platform: x64 - - MSYSTEM: MINGW32 - - MSYSTEM: MINGW64 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + platform: Win32 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 + platform: x64 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + MSYSTEM: MINGW32 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 + MSYSTEM: MINGW64 for: -