fmt/.travis.yml

10 lines
107 B
YAML
Raw Normal View History

2014-04-14 23:18:58 -07:00
language: cpp
2014-04-14 23:28:11 -07:00
before_install:
- git submodule update --init
2014-04-14 23:18:58 -07:00
script:
- cmake .
- make
2014-04-14 23:28:11 -07:00
- make test