fmt/.travis.yml

38 lines
747 B
YAML
Raw Normal View History

2014-04-15 06:18:58 +00:00
language: cpp
dist: trusty
sudo: required # the doc target uses sudo to install dependencies
2014-04-15 06:18:58 +00:00
2015-10-20 15:48:25 +00:00
os:
- linux
- osx
2014-05-19 14:53:02 +00:00
env:
2015-05-21 16:05:34 +00:00
global:
2015-07-29 14:18:43 +00:00
- secure: |-
2015-10-20 15:48:25 +00:00
Gsnp9ERFnXt+diCfc7Vb72g+7HDn1MCHvw4zfUDdoBh9bxxFlLQRlzZZfwWhzni57lflrt
0QHXafu+oBVOJuNv6WauV3+ZyuWIQRmNGjZFNLvZsXHK/dyad2vGQBPvEkb+8l/aCyTpbr
6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0=
matrix:
- BUILD=Doc
- BUILD=Debug STANDARD=14
- BUILD=Release STANDARD=14
2015-07-29 14:18:43 +00:00
2015-10-20 15:48:25 +00:00
matrix:
exclude:
- os: osx
env: BUILD=Doc
# Install gcc-6 for extended constexpr support.
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
before_install:
2017-10-20 13:47:17 +00:00
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-6; fi
2015-10-20 15:48:25 +00:00
script:
- support/travis-build.py