mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-15 02:17:56 +08:00
Reduce Travis build matrix
This commit is contained in:
parent
0fe295aa9c
commit
39149fd5bd
14
.travis.yml
14
.travis.yml
@ -4,11 +4,11 @@ os:
|
||||
- linux
|
||||
- osx
|
||||
env:
|
||||
- CONFIG=coverage DEFINES=standard
|
||||
- CONFIG=coverage DEFINES=PUGIXML_WCHAR_MODE
|
||||
- CONFIG=coverage DEFINES=PUGIXML_COMPACT
|
||||
- CONFIG=release DEFINES=standard
|
||||
- CONFIG=release DEFINES=PUGIXML_WCHAR_MODE
|
||||
- CONFIG=release DEFINES=PUGIXML_COMPACT
|
||||
script: make test defines=$DEFINES config=$CONFIG -j2
|
||||
- DEFINES=standard
|
||||
- DEFINES=PUGIXML_WCHAR_MODE
|
||||
- DEFINES=PUGIXML_COMPACT
|
||||
script:
|
||||
- make test config=coverage defines=$DEFINES -j2
|
||||
- make test config=release defines=$DEFINES -j2
|
||||
|
||||
after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov
|
||||
|
Loading…
x
Reference in New Issue
Block a user