0
0
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:
Arseny Kapoulkine 2015-10-24 14:03:29 -07:00
parent 0fe295aa9c
commit 39149fd5bd

View File

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