FasTC/.travis.yml
2014-03-11 17:27:52 -04:00

12 lines
No EOL
154 B
YAML

language: cpp
compiler:
- gcc
- clang
before_script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release
script: make && make test