Alexander Afanasyev | ce306ca | 2015-12-09 12:59:05 -0800 | [diff] [blame] | 1 | sudo: required |
| 2 | language: generic |
Davide Pesavento | 0934888 | 2016-09-17 02:39:44 +0200 | [diff] [blame] | 3 | env: |
| 4 | global: |
| 5 | - JOB_NAME=limited-build |
Davide Pesavento | 7143048 | 2017-06-08 20:06:40 -0400 | [diff] [blame] | 6 | |
Alexander Afanasyev | ce306ca | 2015-12-09 12:59:05 -0800 | [diff] [blame] | 7 | matrix: |
| 8 | include: |
Davide Pesavento | 7143048 | 2017-06-08 20:06:40 -0400 | [diff] [blame] | 9 | # Linux/gcc |
Alexander Afanasyev | ce306ca | 2015-12-09 12:59:05 -0800 | [diff] [blame] | 10 | - os: linux |
| 11 | dist: trusty |
Davide Pesavento | 0934888 | 2016-09-17 02:39:44 +0200 | [diff] [blame] | 12 | env: |
Davide Pesavento | 7143048 | 2017-06-08 20:06:40 -0400 | [diff] [blame] | 13 | - CXX=g++-4.8 |
| 14 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
| 15 | - BUILD_WITH_ASAN=yes |
| 16 | - os: linux |
| 17 | dist: trusty |
| 18 | addons: |
| 19 | apt: |
| 20 | sources: ubuntu-toolchain-r-test |
| 21 | packages: g++-4.9 |
| 22 | env: |
| 23 | - CXX=g++-4.9 |
| 24 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
| 25 | - BUILD_WITH_ASAN=yes |
| 26 | - os: linux |
| 27 | dist: trusty |
| 28 | addons: |
| 29 | apt: |
| 30 | sources: ubuntu-toolchain-r-test |
| 31 | packages: g++-5 |
| 32 | env: |
| 33 | - CXX=g++-5 |
| 34 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
| 35 | - BUILD_WITH_ASAN=yes |
| 36 | - os: linux |
| 37 | dist: trusty |
| 38 | addons: |
| 39 | apt: |
| 40 | sources: ubuntu-toolchain-r-test |
| 41 | packages: g++-6 |
| 42 | env: |
| 43 | - CXX=g++-6 |
| 44 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
| 45 | - BUILD_WITH_ASAN=yes |
| 46 | - os: linux |
| 47 | dist: trusty |
| 48 | addons: |
| 49 | apt: |
| 50 | sources: ubuntu-toolchain-r-test |
| 51 | packages: g++-7 |
| 52 | env: |
| 53 | - CXX=g++-7 |
| 54 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
| 55 | # BUILD_WITH_ASAN=yes # bug 4147 |
| 56 | |
| 57 | # Linux/clang |
| 58 | - os: linux |
| 59 | dist: trusty |
| 60 | addons: |
| 61 | apt: |
| 62 | packages: clang-3.5 |
| 63 | env: |
| 64 | - CXX=clang++-3.5 |
| 65 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
| 66 | - BUILD_WITH_ASAN=yes |
| 67 | - os: linux |
| 68 | dist: trusty |
| 69 | addons: |
| 70 | apt: |
| 71 | packages: clang-3.6 |
| 72 | env: |
| 73 | - CXX=clang++-3.6 |
| 74 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
| 75 | - BUILD_WITH_ASAN=yes |
| 76 | - os: linux |
| 77 | dist: trusty |
| 78 | addons: |
| 79 | apt: |
| 80 | sources: |
| 81 | - llvm-toolchain-precise-3.7 |
| 82 | - ubuntu-toolchain-r-test |
| 83 | packages: clang-3.7 |
| 84 | env: |
| 85 | - CXX=clang++-3.7 |
Davide Pesavento | 0934888 | 2016-09-17 02:39:44 +0200 | [diff] [blame] | 86 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
Alexander Afanasyev | ce306ca | 2015-12-09 12:59:05 -0800 | [diff] [blame] | 87 | - os: linux |
| 88 | dist: trusty |
Davide Pesavento | 7143048 | 2017-06-08 20:06:40 -0400 | [diff] [blame] | 89 | addons: |
| 90 | apt: |
| 91 | sources: |
| 92 | - llvm-toolchain-precise-3.8 |
| 93 | - ubuntu-toolchain-r-test |
| 94 | packages: clang-3.8 |
Davide Pesavento | 0934888 | 2016-09-17 02:39:44 +0200 | [diff] [blame] | 95 | env: |
Davide Pesavento | 7143048 | 2017-06-08 20:06:40 -0400 | [diff] [blame] | 96 | - CXX=clang++-3.8 |
Davide Pesavento | 0934888 | 2016-09-17 02:39:44 +0200 | [diff] [blame] | 97 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
Davide Pesavento | 7143048 | 2017-06-08 20:06:40 -0400 | [diff] [blame] | 98 | - BUILD_WITH_ASAN=yes |
| 99 | - os: linux |
| 100 | dist: trusty |
| 101 | addons: |
| 102 | apt: |
| 103 | sources: llvm-toolchain-trusty-3.9 |
| 104 | packages: clang-3.9 |
| 105 | env: |
| 106 | - CXX=clang++-3.9 |
| 107 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
| 108 | - os: linux |
| 109 | dist: trusty |
| 110 | addons: |
| 111 | apt: |
| 112 | sources: llvm-toolchain-trusty-4.0 |
| 113 | packages: clang-4.0 |
| 114 | env: |
| 115 | - CXX=clang++-4.0 |
| 116 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" |
| 117 | - BUILD_WITH_ASAN=yes |
| 118 | |
| 119 | # macOS/clang |
| 120 | # https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version |
Alexander Afanasyev | ce306ca | 2015-12-09 12:59:05 -0800 | [diff] [blame] | 121 | - os: osx |
Davide Pesavento | 7143048 | 2017-06-08 20:06:40 -0400 | [diff] [blame] | 122 | osx_image: xcode6.4 |
Davide Pesavento | 0934888 | 2016-09-17 02:39:44 +0200 | [diff] [blame] | 123 | env: |
Davide Pesavento | 7143048 | 2017-06-08 20:06:40 -0400 | [diff] [blame] | 124 | - NODE_LABELS="OSX OSX-10.10" |
| 125 | - os: osx |
| 126 | osx_image: xcode7.3 |
| 127 | env: |
| 128 | - NODE_LABELS="OSX OSX-10.11" |
| 129 | - BUILD_WITH_ASAN=yes |
| 130 | - os: osx |
| 131 | osx_image: xcode8.3 |
| 132 | env: |
Alexander Afanasyev | 7399651 | 2016-12-29 11:10:14 -0800 | [diff] [blame] | 133 | - NODE_LABELS="OSX OSX-10.12" |
Davide Pesavento | 7143048 | 2017-06-08 20:06:40 -0400 | [diff] [blame] | 134 | - BUILD_WITH_ASAN=yes |
| 135 | |
| 136 | before_script: |
| 137 | - ${CXX:-c++} --version |
| 138 | |
Alexander Afanasyev | b4500d9 | 2014-01-17 20:43:24 -0800 | [diff] [blame] | 139 | script: |
Alexander Afanasyev | a87e0a8 | 2014-10-21 14:09:19 -0400 | [diff] [blame] | 140 | - ./.jenkins |