picrin/.travis.yml

8 lines
168 B
YAML
Raw Normal View History

2013-12-05 03:23:51 -05:00
language: c
compiler:
- gcc
- clang
2013-12-07 00:20:54 -05:00
script:
2014-03-01 22:56:52 -05:00
- cd build && cmake .. && make && make no-act
- cd build && cmake -DCMAKE_BULD_TYPE=Debug .. && make && make no-act