FasTC/.travis.yml

12 lines
154 B
YAML
Raw Normal View History

2014-03-11 21:27:52 +00:00
language: cpp
compiler:
- gcc
- clang
before_script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release
script: make && make test