Now it's always os: linux
This commit is contained in:
parent
52f0c31558
commit
6c3ab99eae
22
.travis.yml
22
.travis.yml
@ -19,6 +19,8 @@
|
|||||||
|
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
|
os: linux
|
||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
git:
|
git:
|
||||||
@ -32,7 +34,7 @@ cache:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
# Reset timestamps early, before updating Homebrew etc.
|
# Reset timestamps early
|
||||||
- _=$(touch NEWS && find . -type f -exec touch -r NEWS {} +)
|
- _=$(touch NEWS && find . -type f -exec touch -r NEWS {} +)
|
||||||
- CONFIGURE_TTY=no
|
- CONFIGURE_TTY=no
|
||||||
- CCACHE_COMPILERCHECK=none
|
- CCACHE_COMPILERCHECK=none
|
||||||
@ -117,14 +119,12 @@ env:
|
|||||||
|
|
||||||
- &x86_64-linux
|
- &x86_64-linux
|
||||||
name: x86_64-linux
|
name: x86_64-linux
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
env:
|
env:
|
||||||
- TEST_MJIT_SYMBOLS=1 # detect exports missing for MJIT
|
- TEST_MJIT_SYMBOLS=1 # detect exports missing for MJIT
|
||||||
|
|
||||||
- &jemalloc
|
- &jemalloc
|
||||||
name: --with-jemalloc
|
name: --with-jemalloc
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
<<: *cron-only
|
<<: *cron-only
|
||||||
env:
|
env:
|
||||||
@ -132,7 +132,6 @@ env:
|
|||||||
|
|
||||||
- &assertions
|
- &assertions
|
||||||
name: RUBY_DEBUG=1
|
name: RUBY_DEBUG=1
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
#<<: *cron-only
|
#<<: *cron-only
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
@ -142,7 +141,6 @@ env:
|
|||||||
|
|
||||||
- &VM_CHECK_MODE
|
- &VM_CHECK_MODE
|
||||||
name: VM_CHECK_MODE=3
|
name: VM_CHECK_MODE=3
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
<<: *cron-only
|
<<: *cron-only
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
@ -152,7 +150,6 @@ env:
|
|||||||
|
|
||||||
- &SUPPORT_JOKE
|
- &SUPPORT_JOKE
|
||||||
name: SUPPORT_JOKE
|
name: SUPPORT_JOKE
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
<<: *cron-only
|
<<: *cron-only
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
@ -161,7 +158,6 @@ env:
|
|||||||
|
|
||||||
- &WITH_COROUTINE_UCONTEXT
|
- &WITH_COROUTINE_UCONTEXT
|
||||||
name: COROUTINE=ucontext
|
name: COROUTINE=ucontext
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
<<: *cron-only
|
<<: *cron-only
|
||||||
env:
|
env:
|
||||||
@ -169,7 +165,6 @@ env:
|
|||||||
|
|
||||||
- &WITH_COROUTINE_COPY
|
- &WITH_COROUTINE_COPY
|
||||||
name: COROUTINE=copy
|
name: COROUTINE=copy
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
<<: *cron-only
|
<<: *cron-only
|
||||||
env:
|
env:
|
||||||
@ -177,7 +172,6 @@ env:
|
|||||||
|
|
||||||
- &TOKEN_THREADED_CODE
|
- &TOKEN_THREADED_CODE
|
||||||
name: TOKEN_THREADED_CODE
|
name: TOKEN_THREADED_CODE
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
<<: *cron-only
|
<<: *cron-only
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
@ -187,7 +181,6 @@ env:
|
|||||||
|
|
||||||
- &CALL_THREADED_CODE
|
- &CALL_THREADED_CODE
|
||||||
name: CALL_THREADED_CODE
|
name: CALL_THREADED_CODE
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
<<: *cron-only
|
<<: *cron-only
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
@ -197,7 +190,6 @@ env:
|
|||||||
|
|
||||||
- &NO_THREADED_CODE
|
- &NO_THREADED_CODE
|
||||||
name: NO_THREADED_CODE
|
name: NO_THREADED_CODE
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
<<: *cron-only
|
<<: *cron-only
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
@ -207,7 +199,6 @@ env:
|
|||||||
|
|
||||||
- &ASAN
|
- &ASAN
|
||||||
name: -fsanitize=address
|
name: -fsanitize=address
|
||||||
os: linux
|
|
||||||
<<: *clang-8
|
<<: *clang-8
|
||||||
#<<: *cron-only
|
#<<: *cron-only
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
@ -223,7 +214,6 @@ env:
|
|||||||
|
|
||||||
- &MSAN
|
- &MSAN
|
||||||
name: -fsanitize=memory
|
name: -fsanitize=memory
|
||||||
os: linux
|
|
||||||
<<: *clang-8
|
<<: *clang-8
|
||||||
#<<: *cron-only
|
#<<: *cron-only
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
@ -237,7 +227,6 @@ env:
|
|||||||
|
|
||||||
- &UBSAN
|
- &UBSAN
|
||||||
name: -fsanitize=undefined
|
name: -fsanitize=undefined
|
||||||
os: linux
|
|
||||||
<<: *clang-8
|
<<: *clang-8
|
||||||
#<<: *cron-only
|
#<<: *cron-only
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
@ -252,7 +241,6 @@ env:
|
|||||||
|
|
||||||
- &i686-linux
|
- &i686-linux
|
||||||
name: i686-linux
|
name: i686-linux
|
||||||
os: linux
|
|
||||||
compiler: gcc-8
|
compiler: gcc-8
|
||||||
env:
|
env:
|
||||||
- GCC_FLAGS=-m32
|
- GCC_FLAGS=-m32
|
||||||
@ -286,7 +274,6 @@ env:
|
|||||||
|
|
||||||
- &pedanticism
|
- &pedanticism
|
||||||
name: -std=c99 -pedantic
|
name: -std=c99 -pedantic
|
||||||
os: linux
|
|
||||||
compiler: clang
|
compiler: clang
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
env:
|
env:
|
||||||
@ -320,7 +307,6 @@ env:
|
|||||||
|
|
||||||
- &rubyspec
|
- &rubyspec
|
||||||
name: Check ruby/spec version guards on Ruby 2.4
|
name: Check ruby/spec version guards on Ruby 2.4
|
||||||
os: linux
|
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm: 2.4.6
|
rvm: 2.4.6
|
||||||
before_install:
|
before_install:
|
||||||
@ -333,7 +319,6 @@ env:
|
|||||||
|
|
||||||
- &baseruby
|
- &baseruby
|
||||||
name: "BASERUBY: Ruby 1.9.3"
|
name: "BASERUBY: Ruby 1.9.3"
|
||||||
os: linux
|
|
||||||
<<: *gcc-8
|
<<: *gcc-8
|
||||||
<<: *make-test-only
|
<<: *make-test-only
|
||||||
dist: trusty # xenial no longer has ruby-1.9.3
|
dist: trusty # xenial no longer has ruby-1.9.3
|
||||||
@ -346,7 +331,6 @@ env:
|
|||||||
|
|
||||||
- &dependency
|
- &dependency
|
||||||
name: Check dependencies in makefiles
|
name: Check dependencies in makefiles
|
||||||
os: linux
|
|
||||||
language: ruby
|
language: ruby
|
||||||
before_install:
|
before_install:
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user