7 lines
75 B
YAML
7 lines
75 B
YAML
language: c
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
perl:
|
|
- "5.12"
|
|
script: make test
|