|
8 | 8 | # See: https://github.com/boostorg/boost-ci
|
9 | 9 | #
|
10 | 10 | # Instructions for customizing this script for your library:
|
11 |
| -# |
| 11 | +# |
12 | 12 | # 1. Customize the compilers and language levels you want in the 'jobs'.
|
13 | 13 | # 2. If you have more than include/, src/, test/, example/, examples/, or
|
14 | 14 | # tools/ directories, modify your Travis CI project and add the environment
|
@@ -45,12 +45,12 @@ addons:
|
45 | 45 | - binutils-gold
|
46 | 46 | - gdb
|
47 | 47 | - libc6-dbg
|
48 |
| - |
| 48 | + |
49 | 49 | branches:
|
50 | 50 | only:
|
51 | 51 | - develop
|
52 | 52 | - master
|
53 |
| - |
| 53 | + |
54 | 54 | script:
|
55 | 55 | - cd $BOOST_ROOT/libs/$SELF
|
56 | 56 | - ci/travis/build.sh
|
@@ -119,13 +119,13 @@ jobs:
|
119 | 119 | - { os: "linux", env: [ "B2_TOOLSET=clang-6.0", "B2_CXXSTD=03,11,14,17,2a",
|
120 | 120 | "B2_CXXFLAGS=-stdlib=libc++" ], addons: *clang-6 }
|
121 | 121 | - { os: "osx" , env: [ "B2_TOOLSET=clang", "B2_CXXSTD=03,11,17" ] }
|
122 |
| - |
123 |
| - # to enable Intel ICC define INTEL_ICC_SERIAL_NUMBER and the following: |
124 |
| - # - { os: "linux", env: [ "B2_TOOLSET=intel-linux", "B2_CXXSTD=11,14,17" ], addons: *gcc-7, |
125 |
| - # script: cd $BOOST_ROOT/libs/$SELF && ci/travis/intelicc.sh } |
| 122 | + |
| 123 | + # to enable Intel ICC define INTEL_ICC_SERIAL_NUMBER and the following: |
| 124 | + # - { os: "linux", env: [ "B2_TOOLSET=intel-linux", "B2_CXXSTD=11,14,17" ], addons: *gcc-7, |
| 125 | + # script: cd $BOOST_ROOT/libs/$SELF && ci/travis/intelicc.sh } |
126 | 126 |
|
127 | 127 | - os: linux
|
128 |
| - env: |
| 128 | + env: |
129 | 129 | - COMMENT=codecov.io
|
130 | 130 | - B2_TOOLSET=gcc-7
|
131 | 131 | - B2_DEFINES="define=BOOST_NO_STRESS_TEST=1"
|
|
0 commit comments