5 lines
94 B
YAML
5 lines
94 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: mkdir build && cd build && cmake .. && make
|