10 lines
87 B
YAML
10 lines
87 B
YAML
![]() |
language: cpp
|
||
|
|
||
|
compiler:
|
||
|
- g++
|
||
|
|
||
|
script: cd tests && make && make test
|
||
|
|
||
|
os:
|
||
|
- linux
|