8 lines
94 B
YAML
8 lines
94 B
YAML
language: c++
|
|
compiler:
|
|
- g++
|
|
os: linux
|
|
|
|
before_script: cmake .
|
|
script: make && ./xmltest
|