fmt/.travis.yml

10 lines
107 B
YAML
Raw Normal View History

2014-04-15 06:18:58 +00:00
language: cpp
2014-04-15 06:28:11 +00:00
before_install:
- git submodule update --init
2014-04-15 06:18:58 +00:00
script:
- cmake .
- make
2014-04-15 06:28:11 +00:00
- make test