tinyxml2/.travis.yml

16 lines
126 B
YAML
Raw Normal View History

language: cpp
2015-10-02 09:34:37 +00:00
os:
- linux
- osx
compiler:
2015-09-24 08:32:02 +00:00
- g++
- clang
2015-09-24 08:32:02 +00:00
2015-10-02 09:34:37 +00:00
before_script: cmake .
script:
- make -j3
2017-06-21 17:20:55 +00:00
- make test