tinyxml2/.travis.yml

16 lines
126 B
YAML
Raw Normal View History

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