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 - linux
- osx - osx
env: env:
- CONFIG=coverage DEFINES=standard - DEFINES=standard
- CONFIG=coverage DEFINES=PUGIXML_WCHAR_MODE - DEFINES=PUGIXML_WCHAR_MODE
- CONFIG=coverage DEFINES=PUGIXML_COMPACT - DEFINES=PUGIXML_COMPACT
- CONFIG=release DEFINES=standard script:
- CONFIG=release DEFINES=PUGIXML_WCHAR_MODE - make test config=coverage defines=$DEFINES -j2
- CONFIG=release DEFINES=PUGIXML_COMPACT - make test config=release defines=$DEFINES -j2
script: make test defines=$DEFINES config=$CONFIG -j2
after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov