skip python bindings for now, but run c++ tests

This commit is contained in:
Dane Springmeyer 2013-09-25 21:32:04 -07:00
parent 0f4ba4dfd5
commit dc55b994ce

View File

@ -10,7 +10,8 @@ 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='python' CPP_TESTS=False CAIRO=False FAST=True && JOBS=2 make
- ./configure CXX=${CXX} CC=${CC} DEMO=False BINDINGS='' CPP_TESTS=False CAIRO=False FAST=True && JOBS=2 make
- for FILE in tests/cpp_tests/*-bin; do $FILE || true; done
branches:
only: