build: Add clang/Linux builds to Travis
This commit is contained in:
parent
3f28a5d97a
commit
195494186e
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@ language: cpp
|
|||
os:
|
||||
- linux
|
||||
- osx
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
|
||||
env:
|
||||
- DEFINES=standard
|
||||
- DEFINES=PUGIXML_WCHAR_MODE
|
||||
|
|
Loading…
Add table
Reference in a new issue