mirror of https://github.com/AxioDL/tinyxml2.git
TravisCI: support osx build
This commit is contained in:
parent
e4f8ba89d0
commit
87a8e71c20
15
.travis.yml
15
.travis.yml
|
@ -1,8 +1,15 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- g++
|
||||
- clang
|
||||
os: linux
|
||||
|
||||
before_script: cmake .
|
||||
script: make && ./xmltest
|
||||
before_script: cmake .
|
||||
|
||||
script:
|
||||
- make -j3
|
||||
- ./xmltest
|
||||
|
|
Loading…
Reference in New Issue