odyssey/.travis.yml

15 lines
191 B
YAML
Raw Normal View History

2018-06-13 15:20:45 +00:00
language: c
before_install:
after_success:
compiler:
2018-06-13 15:25:45 +00:00
- clang
2018-06-13 15:20:45 +00:00
- gcc
branches:
only:
- master
script:
- cmake -DCMAKE_BUILD_TYPE=Release
2018-10-02 14:46:52 +00:00
- make -j2
2018-06-13 15:20:45 +00:00
- cd test
- ./odyssey_test