Remove stages from Travis
Ensures that the "fast_finish" option is honored and that "Allowed failures" is still listed as a separate block.
This commit is contained in:
parent
81cf52b6fa
commit
102b3730e8
@ -67,8 +67,7 @@ jobs:
|
|||||||
- os: osx
|
- os: osx
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- stage: "Test Linux"
|
- os: linux
|
||||||
os: linux
|
|
||||||
dist: bionic
|
dist: bionic
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
name: "Ubuntu 18.04 / GCC 10"
|
name: "Ubuntu 18.04 / GCC 10"
|
||||||
@ -126,8 +125,7 @@ jobs:
|
|||||||
# otherwise libIlmImf-2_2.so ends up as <unknown module>
|
# otherwise libIlmImf-2_2.so ends up as <unknown module>
|
||||||
- echo -e '#include <stdio.h>\nint dlclose(void*handle){return 0;}' | $CC -shared -xc -odlclose.so -
|
- echo -e '#include <stdio.h>\nint dlclose(void*handle){return 0;}' | $CC -shared -xc -odlclose.so -
|
||||||
cache: ccache
|
cache: ccache
|
||||||
- stage: "Test macOS"
|
- os: osx
|
||||||
os: osx
|
|
||||||
osx_image: xcode11
|
osx_image: xcode11
|
||||||
name: "macOS 10.14.6 / GCC 9"
|
name: "macOS 10.14.6 / GCC 9"
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user