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