mirror of
https://github.com/ennorehling/cutest.git
synced 2024-12-22 16:02:20 +00:00
6 lines
66 B
YAML
6 lines
66 B
YAML
|
language: c
|
||
|
compiler:
|
||
|
- gcc
|
||
|
- clang
|
||
|
script: make && make test
|