]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/predef/.travis.yml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / predef / .travis.yml
CommitLineData
7c673cae
FG
1language: cpp
2
3notifications:
4 email:
5 recipients:
6 - grafikrobot@gmail.com
7 irc:
8 channels:
9 - "chat.freenode.net#boost"
10 template:
11 - "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
12
13sudo: required
14
15env:
16 matrix:
17 - TRAVIS_EMPTY_JOB_WORKAROUND=true
18
19matrix:
20 exclude:
21 - env: TRAVIS_EMPTY_JOB_WORKAROUND=true
22 include:
23 - env: TOOLSET=clang-3.4
24 os: linux
25 dist: precise
26 - env: TOOLSET=clang-3.5
27 os: linux
28 dist: precise
29 - env: TOOLSET=clang-3.6
30 os: linux
31 dist: precise
32 - env: TOOLSET=gcc-4.7
33 os: linux
34 dist: precise
35 - env: TOOLSET=gcc-4.8
36 os: linux
37 dist: precise
38 - env: TOOLSET=gcc-4.9
39 os: linux
40 dist: precise
41 - env: TOOLSET=gcc-5.1
42 os: linux
43 dist: precise
44 - env: TOOLSET=xcode-6.1
45 os: osx
46 - env: TOOLSET=xcode-6.2
47 os: osx
48 osx_image: beta-xcode6.2
49 - env: TOOLSET=xcode-6.3
50 os: osx
51 osx_image: beta-xcode6.3
52 - env: TOOLSET=xcode-6.4
53 os: osx
54 osx_image: xcode6.4
55 - env: TOOLSET=xcode-7.0
56 os: osx
57 osx_image: xcode7
58 - env: TOOLSET=xcode-7.1
59 os: osx
60 osx_image: xcode7.1
61 - env: TOOLSET=xcode-7.2
62 os: osx
63 osx_image: xcode7.2
64
65before_install: wget "https://raw.githubusercontent.com/boostorg/regression/develop/ci/src/script.py"
66install: python script.py install
67before_script: python script.py before_script
68script: python script.py script
69after_success: python script.py after_success
70after_failure: python script.py after_failure
71after_script: python script.py after_script