1 2 3 4 5 6 7 8
language: cpp compiler: - clang - gcc env: - DEFINES=standard - DEFINES=PUGIXML_WCHAR_MODE script: make test defines=$DEFINES -j2