mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 03:47:14 +02:00
Add latest clang and gcc versions.
This commit is contained in:
@ -27,12 +27,16 @@ matrix:
|
|||||||
env: TOOLSET=clang-3.4
|
env: TOOLSET=clang-3.4
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
env: TOOLSET=clang-3.5
|
env: TOOLSET=clang-3.5
|
||||||
|
- compiler: clang
|
||||||
|
env: TOOLSET=clang-3.6
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: TOOLSET=gcc-4.7
|
env: TOOLSET=gcc-4.7
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: TOOLSET=gcc-4.8
|
env: TOOLSET=gcc-4.8
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
env: TOOLSET=gcc-4.9
|
env: TOOLSET=gcc-4.9
|
||||||
|
- compiler: gcc
|
||||||
|
env: TOOLSET=gcc-5.1
|
||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user