5 lines
No EOL
92 B
YAML
5 lines
No EOL
92 B
YAML
language: cpp
|
|
compiler:
|
|
- clang
|
|
install: git submodule update --init
|
|
script: "make test" |