mirror of
https://github.com/RPCS3/pugixml.git
synced 2026-01-31 01:25:21 +01:00
Let Travis CI perform C++98-based tests
This commit is contained in:
@@ -11,5 +11,6 @@ env:
|
||||
script:
|
||||
- make test config=coverage defines=$DEFINES -j2
|
||||
- make test config=release defines=$DEFINES -j2
|
||||
- make test cxxstd=c++98 defines=$DEFINES -j2
|
||||
|
||||
after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov
|
||||
|
||||
Reference in New Issue
Block a user