2014-04-14 23:18:58 -07:00
|
|
|
language: cpp
|
2016-02-05 14:33:56 +01:00
|
|
|
sudo: required # the doc target uses sudo to install dependencies
|
2014-04-14 23:18:58 -07:00
|
|
|
|
2015-10-20 08:48:25 -07:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
|
|
|
|
2014-05-19 07:53:02 -07:00
|
|
|
env:
|
2015-05-21 09:05:34 -07:00
|
|
|
global:
|
2015-07-29 07:18:43 -07:00
|
|
|
- secure: |-
|
2015-10-20 08:48:25 -07:00
|
|
|
Gsnp9ERFnXt+diCfc7Vb72g+7HDn1MCHvw4zfUDdoBh9bxxFlLQRlzZZfwWhzni57lflrt
|
|
|
|
0QHXafu+oBVOJuNv6WauV3+ZyuWIQRmNGjZFNLvZsXHK/dyad2vGQBPvEkb+8l/aCyTpbr
|
|
|
|
6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0=
|
|
|
|
matrix:
|
|
|
|
- BUILD=Doc
|
2016-02-07 18:41:46 +01:00
|
|
|
- BUILD=Debug STANDARD=0x
|
|
|
|
- BUILD=Release STANDARD=0x
|
2015-07-29 07:18:43 -07:00
|
|
|
|
2015-10-20 08:48:25 -07:00
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- os: osx
|
|
|
|
env: BUILD=Doc
|
2015-07-29 13:42:06 -07:00
|
|
|
|
2016-01-12 16:53:09 +01:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
2016-02-09 08:43:39 -08:00
|
|
|
- kubuntu-backports # cmake 2.8.12
|
2016-01-12 16:53:09 +01:00
|
|
|
packages:
|
2016-02-09 08:43:39 -08:00
|
|
|
- cmake
|
2016-01-12 16:53:09 +01:00
|
|
|
|
2015-10-20 08:48:25 -07:00
|
|
|
script:
|
|
|
|
- support/travis-build.py
|