mirror of https://github.com/yandex/odyssey.git
14 lines
177 B
YAML
14 lines
177 B
YAML
![]() |
language: c
|
||
|
before_install:
|
||
|
after_success:
|
||
|
compiler:
|
||
|
- gcc
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
script:
|
||
|
- cmake -DCMAKE_BUILD_TYPE=Release
|
||
|
- make
|
||
|
- cd test
|
||
|
- ./odyssey_test
|