mirror of https://github.com/AxioDL/tinyxml2.git
8 lines
94 B
YAML
8 lines
94 B
YAML
|
language: c++
|
||
|
compiler:
|
||
|
- g++
|
||
|
os: linux
|
||
|
|
||
|
before_script: cmake .
|
||
|
script: make && ./xmltest
|