mirror of
https://github.com/fmtlib/fmt.git
synced 2026-01-01 03:12:22 +08: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
|