mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-10 14:30:09 +00:00
19 lines
183 B
YAML
19 lines
183 B
YAML
language: cpp
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
env:
|
|
- BUILD=Doc
|
|
- BUILD=Debug
|
|
- BUILD=Release
|
|
|
|
matrix:
|
|
exclude:
|
|
- os: osx
|
|
env: BUILD=Doc
|
|
|
|
script:
|
|
- support/travis-build.py
|