TravisCI: support osx build
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user