Browse Source

#712 Advanced build matrix [skip travis]

Signed-off-by: Uilian Ries <uilianries@gmail.com>
Uilian Ries 6 years ago
parent
commit
30c62433f6
1 changed files with 9 additions and 9 deletions
  1. 9 9
      appveyor.yml

+ 9 - 9
appveyor.yml

@@ -21,6 +21,15 @@ environment:
   c_standard: auto
   cxx_standard: auto
   matrix:
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+      CONAN_VISUAL_VERSIONS: 12
+      PYTHON: "C:\\Python37"
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+      CONAN_VISUAL_VERSIONS: 14
+      PYTHON: "C:\\Python37"
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+      CONAN_VISUAL_VERSIONS: 15
+      PYTHON: "C:\\Python37"
     # Use default values
     - id: Default-x86
       compiler: msvc-19-seh
@@ -267,15 +276,6 @@ environment:
       configuration: Release
       platform: x64
       image: Ubuntu1804
-    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
-      CONAN_VISUAL_VERSIONS: 12
-      PYTHON: "C:\\Python37"
-    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
-      CONAN_VISUAL_VERSIONS: 14
-      PYTHON: "C:\\Python37"
-    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-      CONAN_VISUAL_VERSIONS: 15
-      PYTHON: "C:\\Python37"
 
 install:
   # Derive some extra information