mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-14 01:47:55 +08:00
abdba2235d
Also upload just pugixml.cpp.gcov to codecov to avoid issues the script has with old gcov.
12 lines
269 B
YAML
12 lines
269 B
YAML
sudo: false
|
|
language: cpp
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
env:
|
|
- DEFINES=standard
|
|
- DEFINES=PUGIXML_WCHAR_MODE
|
|
- DEFINES=PUGIXML_COMPACT
|
|
script: make test defines=$DEFINES config=coverage -j2
|
|
after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov
|