From 222b476d84d827efc9f45cb9f5cd7ea9ae3a22c7 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Fri, 5 Jun 2015 17:49:46 +0200 Subject: [PATCH] Add travis debug --- scripts/prepare_travis.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/prepare_travis.sh b/scripts/prepare_travis.sh index 8830e138..70442fb0 100755 --- a/scripts/prepare_travis.sh +++ b/scripts/prepare_travis.sh @@ -32,14 +32,20 @@ then wget --quiet --output-document=sip.tar.gz "http://downloads.sourceforge.net/project/pyqt/sip/sip-${SIP}/sip-${SIP}.tar.gz" tar -xf sip.tar.gz cd "sip-${SIP}" + echo "sip configure" python -B configure.py + echo "sip make" make cd .. fi + cd "sip-${SIP}" +echo "sip make install" sudo make install +echo "Install PyQT" + # install PyQt if [ ! -d "PyQt-x11-gpl-${PYQT}" ] then