[Groonga-commit] groonga/groonga at f61769f [master] appveyor: change build order (amd64, x86) (#928)

Back to archive index
Kentaro Hayashi null+****@clear*****
Wed Apr 10 10:14:39 JST 2019


Kentaro Hayashi	2019-04-10 10:14:39 +0900 (Wed, 10 Apr 2019)

  Revision: f61769ff1cf0273c0bb0e8910f028a6a0df3ca80
  https://github.com/groonga/groonga/commit/f61769ff1cf0273c0bb0e8910f028a6a0df3ca80

  Message:
    appveyor: change build order (amd64, x86) (#928)
    
    It reduces waiting time to check amd64 packages

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+6 -6)
===================================================================
--- appveyor.yml    2019-04-09 09:19:52 +0900 (f6c394fa5)
+++ appveyor.yml    2019-04-10 10:14:39 +0900 (eeff739cd)
@@ -9,20 +9,20 @@ environment:
   matrix:
     - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
       VS_VERSION: 15
-      ARCH: x86
-    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-      VS_VERSION: 15
       ARCH: amd64
     - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
       VS_VERSION: 14
+      ARCH: amd64
+    - VS_VERSION: 12
+      ARCH: amd64
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+      VS_VERSION: 15
       ARCH: x86
     - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
       VS_VERSION: 14
-      ARCH: amd64
-    - VS_VERSION: 12
       ARCH: x86
     - VS_VERSION: 12
-      ARCH: amd64
+      ARCH: x86
 
 # matrix:
 #   allow_failures:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190410/4803f762/attachment.html>


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