mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 19:57:14 +02:00
Never mind.. Travis empty job bug is not fixed.
This commit is contained in:
11
.travis.yml
11
.travis.yml
@ -37,12 +37,23 @@ os: linux
|
|||||||
# to run the sudo support.
|
# to run the sudo support.
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
# Travis has a long standing bug with their rather complicated
|
||||||
|
# build matrix evaluation that causes empty jobs to be created.
|
||||||
|
# This global matrix entry in combination with the exclusion
|
||||||
|
# below works around that bug. This is the suggested fix from
|
||||||
|
# the Travis support people.
|
||||||
|
env:
|
||||||
|
matrix:
|
||||||
|
- TRAVIS_EMPTY_JOB_WORKAROUND=true
|
||||||
|
|
||||||
# This lists all the toolsets we will test with the Boost CI
|
# This lists all the toolsets we will test with the Boost CI
|
||||||
# scripts. Predef needs to check all of them as its job is to
|
# scripts. Predef needs to check all of them as its job is to
|
||||||
# distiguish between all of them. For other libraries you would
|
# distiguish between all of them. For other libraries you would
|
||||||
# want to limit the list to the toolsets that are important
|
# want to limit the list to the toolsets that are important
|
||||||
# for that.
|
# for that.
|
||||||
matrix:
|
matrix:
|
||||||
|
exclude:
|
||||||
|
- env: TRAVIS_EMPTY_JOB_WORKAROUND=true
|
||||||
include:
|
include:
|
||||||
- env: TOOLSET=clang-3.4
|
- env: TOOLSET=clang-3.4
|
||||||
- env: TOOLSET=clang-3.5
|
- env: TOOLSET=clang-3.5
|
||||||
|
Reference in New Issue
Block a user