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