mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
891e9117f6
Whitelist of repos: https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json Whitelist of packages: https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
33 lines
594 B
YAML
33 lines
594 B
YAML
language: cpp
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
env:
|
|
global:
|
|
- secure: |-
|
|
Gsnp9ERFnXt+diCfc7Vb72g+7HDn1MCHvw4zfUDdoBh9bxxFlLQRlzZZfwWhzni57lflrt
|
|
0QHXafu+oBVOJuNv6WauV3+ZyuWIQRmNGjZFNLvZsXHK/dyad2vGQBPvEkb+8l/aCyTpbr
|
|
6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0=
|
|
matrix:
|
|
- BUILD=Doc
|
|
- BUILD=Debug
|
|
- BUILD=Release
|
|
|
|
matrix:
|
|
exclude:
|
|
- os: osx
|
|
env: BUILD=Doc
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- kubuntu-backports # cmake 2.8.12
|
|
# - george-edison55-precise-backports # cmake 3.2.3
|
|
packages:
|
|
- cmake
|
|
|
|
script:
|
|
- support/travis-build.py
|