fmt/.travis.yml

33 lines
613 B
YAML
Raw Normal View History

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