tinyxml2/.travis.yml

16 lines
126 B
YAML

language: cpp
os:
- linux
- osx
compiler:
- g++
- clang
before_script: cmake .
script:
- make -j3
- make test