mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-01 08:51:13 +08:00
15 lines
318 B
YAML
15 lines
318 B
YAML
sudo: false
|
|
language: cpp
|
|
os:
|
|
- linux
|
|
- osx
|
|
env:
|
|
- DEFINES=standard
|
|
- DEFINES=PUGIXML_WCHAR_MODE
|
|
- DEFINES=PUGIXML_COMPACT
|
|
script:
|
|
- make test config=coverage defines=$DEFINES -j2
|
|
- make test config=release defines=$DEFINES -j2
|
|
|
|
after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov
|