built c++ tests and review config.log when configure fails
This commit is contained in:
parent
f0bebe5b10
commit
4494591502
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ before_install:
|
|||
- sudo apt-get install -qq libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-python-dev libboost-regex-dev libboost-system-dev libboost-thread-dev python-nose libicu-dev libpng-dev libjpeg-dev libtiff-dev libwebp-dev libz-dev libfreetype6-dev libxml2-dev libproj-dev
|
||||
|
||||
script:
|
||||
- ./configure CXX=${CXX} CC=${CC} DEMO=False BINDINGS='' CPP_TESTS=False CAIRO=False FAST=True && JOBS=2 make
|
||||
- ./configure CXX=${CXX} CC=${CC} DEMO=False BINDINGS='' CPP_TESTS=True CAIRO=False FAST=True && JOBS=2 make || cat config.log && false
|
||||
- for FILE in tests/cpp_tests/*-bin; do $FILE || true; done;
|
||||
|
||||
branches:
|
||||
|
|
Loading…
Reference in a new issue