6 lines
60 B
YAML
6 lines
60 B
YAML
|
language: C
|
||
|
install: true
|
||
|
script:
|
||
|
- cd tests
|
||
|
- make all
|