Files
yaml-cpp/.travis.yml
T

12 lines
135 B
YAML
Raw Normal View History

2016-04-01 17:32:11 -05:00
language: c++
compiler:
- clang
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
script:
- make
- test/run-tests