mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.travis.yml: run the slowest jobs first
to shorten time taken for finishing overall builds. appveyor.yml: comment the same intention in AppVeyor as well git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f2dfe96d17
commit
3675920c1e
2 changed files with 13 additions and 11 deletions
23
.travis.yml
23
.travis.yml
|
@ -51,17 +51,7 @@ addons:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- name: x86_64-linux --with-jemalloc
|
||||
os: linux
|
||||
compiler: gcc
|
||||
env:
|
||||
- "CONFIG_FLAG='--with-gmp --with-jemalloc --with-valgrind'"
|
||||
- "JOBS=-j`nproc`"
|
||||
- name: x86_64-linux
|
||||
os: linux
|
||||
compiler: gcc-8
|
||||
env:
|
||||
- "JOBS=-j`nproc`"
|
||||
# to reduce time for finishing all jobs, run the slowest osx build first.
|
||||
- name: x86_64-darwin17
|
||||
os: osx
|
||||
compiler: clang
|
||||
|
@ -78,6 +68,17 @@ matrix:
|
|||
- git -C $brew_core_dir checkout -q 25590710e3f7af9cfa173c5cd3eb41a0532107b6
|
||||
- HOMEBREW_NO_AUTO_UPDATE=1 brew upgrade openssl@1.1
|
||||
- /usr/local/opt/openssl@1.1/bin/openssl version
|
||||
- name: x86_64-linux --with-jemalloc
|
||||
os: linux
|
||||
compiler: gcc
|
||||
env:
|
||||
- "CONFIG_FLAG='--with-gmp --with-jemalloc --with-valgrind'"
|
||||
- "JOBS=-j`nproc`"
|
||||
- name: x86_64-linux
|
||||
os: linux
|
||||
compiler: gcc-8
|
||||
env:
|
||||
- "JOBS=-j`nproc`"
|
||||
# - name: uinversal.i386-darwin17
|
||||
# os: osx
|
||||
# compiler: clang
|
||||
|
|
|
@ -7,6 +7,7 @@ environment:
|
|||
ruby_version: "24-%Platform%"
|
||||
zlib_version: "1.2.11"
|
||||
matrix:
|
||||
# to reduce time for finishing all jobs, run the slowest msys2 build first.
|
||||
- build: msys2
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
- build: vs
|
||||
|
|
Loading…
Reference in a new issue