6 lines
81 B
YAML
6 lines
81 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
# Change this to your needs
|
|
script: make
|