forked from boostorg/predef
Use Travis matrix with TOOLSET env spec.
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -1,8 +1,5 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
compiler:
|
|
||||||
- gcc
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
@@ -24,16 +21,15 @@ notifications:
|
|||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- compiler: gcc
|
||||||
|
env: TOOLSET=gcc-4.7
|
||||||
|
|
||||||
before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
|
before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
|
||||||
|
|
||||||
install: python script.py travis_install
|
install: python script.py travis_install
|
||||||
|
|
||||||
before_script: python script.py travis_before_script
|
before_script: python script.py travis_before_script
|
||||||
|
|
||||||
script: python script.py travis_script
|
script: python script.py travis_script
|
||||||
|
|
||||||
after_success: python script.py travis_after_success
|
after_success: python script.py travis_after_success
|
||||||
|
|
||||||
after_failure: python script.py travis_after_failure
|
after_failure: python script.py travis_after_failure
|
||||||
|
|
||||||
after_script: python script.py travis_after_script
|
after_script: python script.py travis_after_script
|
||||||
|
Reference in New Issue
Block a user