summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: b4819838c50f0e71ea3e13aaf2ffed533e0f0821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: cpp
os:
  - linux
  - osx
env:
  - 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