ruby-changes:52840
From: k0kubun <ko1@a...>
Date: Sat, 13 Oct 2018 10:47:59 +0900 (JST)
Subject: [ruby-changes:52840] k0kubun:r65052 (trunk): appveyor.yml: reorder jobs
k0kubun 2018-10-13 10:47:55 +0900 (Sat, 13 Oct 2018) New Revision: 65052 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65052 Log: appveyor.yml: reorder jobs to reduce time to get all green. As we have 3 parallelism on AppVeyor, running the slow msys2 job first doesn't have significant impact on job priorities, but at the same time this would reduce the time that only msys2 is running alone at last. Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 65051) +++ appveyor.yml (revision 65052) @@ -7,14 +7,14 @@ environment: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L7 ruby_version: "24-%Platform%" zlib_version: "1.2.11" matrix: + - build: msys2 + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - build: vs vs: 120 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013 - build: vs vs: 140 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - - build: msys2 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 notifications: - provider: Webhook url: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/