mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +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
|