tinyxml2/.travis.yml

8 lines
94 B
YAML
Raw Normal View History

2015-09-24 08:32:02 +00:00
language: c++
compiler:
- g++
os: linux
before_script: cmake .
script: make && ./xmltest