unplugged-vendor/external/tinyxml2/.travis.yml

16 lines
126 B
YAML
Raw Normal View History

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