summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e30a17928a97b374a1023777c2623ee9964ef05d (plain)
1
2
3
4
5
6
7
8
9
language: cpp
compiler:
  - clang
  - gcc
env:
  - DEFINES=standard
  - DEFINES=PUGIXML_WCHAR_MODE
  - DEFINES=PUGIXML_COMPACT
script: make test defines=$DEFINES -j2