mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Add travis debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user