7 line
65 B
YAML
7 line
65 B
YAML
|
language: c
|
||
|
os:
|
||
|
- linux
|
||
|
compiler:
|
||
|
- gcc
|
||
|
script:
|
||
|
- make test
|