mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
754be04f11
This informs travis that the container-based build environment can not be used.
34 lines
660 B
YAML
34 lines
660 B
YAML
language: cpp
|
|
sudo: required # the doc target uses sudo to install dependencies
|
|
|
|
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
|