diff --git a/.appveyor.yml b/.appveyor.yml index 255cf7b240f..b7d1fcf2705 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,6 +8,20 @@ image: shallow_clone: true clone_depth: 1 +environment: + matrix: + - BUILD: GCC + - BUILD: MSVC + +matrix: + exclude: + - image: Visual Studio 2017 Preview + BUILD: GCC + - image: Visual Studio 2019 Preview + BUILD: GCC + - image: Previous Visual Studio 2017 + BUILD: GCC + install: - set "PATH=C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH%" - set MSYSTEM=MINGW64 @@ -17,6 +31,19 @@ build_script: - bash -lc "exec 0