travis: only test with clang
This commit is contained in:
parent
fdf86c7411
commit
6bfd920c6c
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@ addons:
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -20,7 +19,7 @@ before_install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./configure CXX=${CXX} CC=${CC} XML_PARSER=$XML_PARSER DEBUG=False DEMO=True BENCHMARK=True BINDINGS='python' CPP_TESTS=True CAIRO=True FAST=True
|
- ./configure CXX=${CXX} CC=${CC} XML_PARSER=$XML_PARSER DEBUG=False DEMO=True BENCHMARK=True BINDINGS='python' CPP_TESTS=True CAIRO=True FAST=True
|
||||||
- JOBS=3 make
|
- JOBS=6 make
|
||||||
- make test-local
|
- make test-local
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- make grind
|
- make grind
|
||||||
|
|
Loading…
Reference in a new issue