fmt/.travis.yml

19 lines
186 B
YAML
Raw Normal View History

2014-04-15 06:18:58 +00:00
language: cpp
2014-06-06 15:05:13 +00:00
os:
- linux
2015-05-21 14:04:56 +00:00
#- osx
2014-06-06 15:05:13 +00:00
2014-05-19 14:53:02 +00:00
env:
2015-05-20 15:06:12 +00:00
- BUILD=Doc
2015-05-21 14:04:56 +00:00
#- BUILD=Debug
#- BUILD=Release
2014-05-19 14:53:02 +00:00
2015-05-20 15:06:12 +00:00
matrix:
exclude:
- os: osx
2015-05-20 15:07:46 +00:00
env: BUILD=Doc
2015-05-20 15:06:12 +00:00
script:
- support/travis-build.py