TravisCI: support osx build

This commit is contained in:
Chocobo1 2015-10-02 17:34:37 +08:00
parent e4f8ba89d0
commit 87a8e71c20
1 changed files with 11 additions and 4 deletions

View File

@ -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