odyssey/.travis.yml

14 lines
177 B
YAML
Raw Normal View History

2018-06-13 15:20:45 +00:00
language: c
before_install:
after_success:
compiler:
- gcc
branches:
only:
- master
script:
- cmake -DCMAKE_BUILD_TYPE=Release
- make
- cd test
- ./odyssey_test