Davide Pesavento | 4a1edc6 | 2016-05-03 18:03:19 +0200 | [diff] [blame] | 1 | sudo: required |
2 | language: generic | ||||
Alexander Afanasyev | 8a3081f | 2015-08-31 13:27:15 -0700 | [diff] [blame] | 3 | matrix: |
Davide Pesavento | 4a1edc6 | 2016-05-03 18:03:19 +0200 | [diff] [blame] | 4 | include: |
Alexander Afanasyev | 8a3081f | 2015-08-31 13:27:15 -0700 | [diff] [blame] | 5 | - os: linux |
Davide Pesavento | 4a1edc6 | 2016-05-03 18:03:19 +0200 | [diff] [blame] | 6 | dist: trusty |
Alexander Afanasyev | e4a2b03 | 2016-08-01 14:26:45 -0700 | [diff] [blame] | 7 | env: |
8 | - CXX=g++ | ||||
9 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" | ||||
Davide Pesavento | 4a1edc6 | 2016-05-03 18:03:19 +0200 | [diff] [blame] | 10 | - os: linux |
11 | dist: trusty | ||||
Alexander Afanasyev | e4a2b03 | 2016-08-01 14:26:45 -0700 | [diff] [blame] | 12 | env: |
13 | - CXX=clang++ | ||||
14 | - NODE_LABELS="Linux Ubuntu Ubuntu-14.04" | ||||
Alexander Afanasyev | 8a3081f | 2015-08-31 13:27:15 -0700 | [diff] [blame] | 15 | - os: osx |
Eric Newberry | 2547a52 | 2016-10-31 12:37:20 -0700 | [diff] [blame] | 16 | osx_image: xcode7.3 |
Alexander Afanasyev | e4a2b03 | 2016-08-01 14:26:45 -0700 | [diff] [blame] | 17 | env: |
18 | - CXX=clang++ | ||||
Eric Newberry | 2547a52 | 2016-10-31 12:37:20 -0700 | [diff] [blame] | 19 | - NODE_LABELS="OSX OSX-10.11" |
Davide Pesavento | 4a1edc6 | 2016-05-03 18:03:19 +0200 | [diff] [blame] | 20 | notifications: |
21 | email: | ||||
22 | on_success: always | ||||
23 | on_failure: always | ||||
Joao Pereira | ef326da | 2015-05-27 18:27:40 -0400 | [diff] [blame] | 24 | script: |
Joao Pereira | ef326da | 2015-05-27 18:27:40 -0400 | [diff] [blame] | 25 | - ./.jenkins |