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