11 lines
125 B
YAML
11 lines
125 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
|
|
before_script:
|
|
- sudo apt-get install python3
|
|
|
|
script:
|
|
- make -C unix
|
|
- tests/run-tests
|