[Groonga-commit] groonga/groonga at 5756c48 [master] appveyor: change build order (#926)

Back to archive index
Kentaro Hayashi null+****@clear*****
Fri Apr 5 15:32:06 JST 2019


Kentaro Hayashi	2019-04-05 15:32:06 +0900 (Fri, 05 Apr 2019)

  Revision: 5756c48bb32e9116887cf39628b4646b0e316a18
  https://github.com/groonga/groonga/commit/5756c48bb32e9116887cf39628b4646b0e316a18

  Message:
    appveyor: change build order (#926)
    
    build with VS2017, VS2015, VS2013, latest first.

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+6 -6)
===================================================================
--- appveyor.yml    2019-04-05 14:48:36 +0900 (659793621)
+++ appveyor.yml    2019-04-05 15:32:06 +0900 (6ef78753e)
@@ -7,9 +7,11 @@ clone_depth: 10
 
 environment:
   matrix:
-    - VS_VERSION: 12
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+      VS_VERSION: 15
       ARCH: x86
-    - VS_VERSION: 12
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+      VS_VERSION: 15
       ARCH: amd64
     - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
       VS_VERSION: 14
@@ -17,11 +19,9 @@ environment:
     - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
       VS_VERSION: 14
       ARCH: amd64
-    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-      VS_VERSION: 15
+    - VS_VERSION: 12
       ARCH: x86
-    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-      VS_VERSION: 15
+    - VS_VERSION: 12
       ARCH: amd64
 
 # matrix:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190405/b3832454/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index