mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-27 13:33:17 +08:00
Specify std=c++11 explicitly in Travis configurations
That way the defaults in the Makefile only matter for local runs.
This commit is contained in:
parent
c3d27daf8e
commit
c712dd84ba
@ -9,8 +9,8 @@ env:
|
|||||||
- DEFINES=PUGIXML_WCHAR_MODE
|
- DEFINES=PUGIXML_WCHAR_MODE
|
||||||
- DEFINES=PUGIXML_COMPACT
|
- DEFINES=PUGIXML_COMPACT
|
||||||
script:
|
script:
|
||||||
- make test config=coverage defines=$DEFINES -j2
|
- make test cxxstd=c++11 defines=$DEFINES config=coverage -j2
|
||||||
- make test config=release defines=$DEFINES -j2
|
- make test cxxstd=c++11 defines=$DEFINES config=release -j2
|
||||||
- make test cxxstd=c++98 defines=$DEFINES -j2
|
- make test cxxstd=c++98 defines=$DEFINES config=debug -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…
x
Reference in New Issue
Block a user