Add release build to Travis
This commit is contained in:
parent
e7f1e3d9dd
commit
d27a64338e
11
.travis.yml
11
.travis.yml
@ -4,8 +4,11 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
env:
|
env:
|
||||||
- DEFINES=standard
|
- CONFIG=coverage DEFINES=standard
|
||||||
- DEFINES=PUGIXML_WCHAR_MODE
|
- CONFIG=coverage DEFINES=PUGIXML_WCHAR_MODE
|
||||||
- DEFINES=PUGIXML_COMPACT
|
- CONFIG=coverage DEFINES=PUGIXML_COMPACT
|
||||||
script: make test defines=$DEFINES config=coverage -j2
|
- CONFIG=release DEFINES=standard
|
||||||
|
- CONFIG=release DEFINES=PUGIXML_WCHAR_MODE
|
||||||
|
- CONFIG=release DEFINES=PUGIXML_COMPACT
|
||||||
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user