Enable libvips C++ interpolators in Travis CI

This commit is contained in:
Lovell Fuller 2014-06-18 21:08:09 +01:00
parent 430e04d894
commit 8acb0ed5d0

View File

@ -10,7 +10,7 @@ before_install:
- cd libvips
- git checkout 7.38
- ./bootstrap.sh
- ./configure --enable-debug=no --enable-cxx=no --without-orc --without-python
- ./configure --enable-debug=no --enable-cxx=yes --without-orc --without-python
- make
- sudo make install
- sudo ldconfig