Skip to content
Snippets Groups Projects
Commit d27a6433 authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

Add release build to Travis

parent e7f1e3d9
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,11 @@ os:
- linux
- osx
env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE
- DEFINES=PUGIXML_COMPACT
script: make test defines=$DEFINES config=coverage -j2
- 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
after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment