mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 19:57:14 +02:00
ANother attempt at adding xcode/osx testing.
This commit is contained in:
15
.travis.yml
15
.travis.yml
@ -4,20 +4,21 @@ notifications:
|
|||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
- grafikrobot@gmail.com
|
- grafikrobot@gmail.com
|
||||||
on_success: change
|
|
||||||
on_failure: change
|
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "chat.freenode.net#boost"
|
- "chat.freenode.net#boost"
|
||||||
template:
|
template:
|
||||||
- "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
|
- "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
|
||||||
on_success: change
|
|
||||||
on_failure: change
|
|
||||||
|
|
||||||
os:
|
env:
|
||||||
- linux
|
matrix:
|
||||||
|
- TRAVIS_EMPTY_JOB_WORKAROUND=true
|
||||||
|
|
||||||
|
os: linux
|
||||||
|
|
||||||
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
|
||||||
@ -26,6 +27,8 @@ matrix:
|
|||||||
- env: TOOLSET=gcc-4.8
|
- env: TOOLSET=gcc-4.8
|
||||||
- env: TOOLSET=gcc-4.9
|
- env: TOOLSET=gcc-4.9
|
||||||
- env: TOOLSET=gcc-5.1
|
- env: TOOLSET=gcc-5.1
|
||||||
|
- os: osx
|
||||||
|
env: TOOLSET=xcode-6.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 install
|
install: python script.py install
|
||||||
|
Reference in New Issue
Block a user