mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: stop wget verbose output from flooding log
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
577bf57ddf
commit
687d98e6a7
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ set -x
|
|||
export QT_ROOT=$PWD/Qt/5.9.3
|
||||
rm -rf Qt
|
||||
mkdir -p $QT_ROOT
|
||||
wget http://subsurface-divelog.org/downloads/Qt-5.9.3-trusty.tar.xz
|
||||
wget -q http://subsurface-divelog.org/downloads/Qt-5.9.3-trusty.tar.xz
|
||||
tar -xJ -C $QT_ROOT -f Qt-5.9.3-trusty.tar.xz
|
||||
|
||||
sudo ln -s $QT_ROOT /usr/local/Qt-5.9.3
|
||||
|
|
|
@ -29,7 +29,7 @@ mv appdir/usr/lib/grantlee/ appdir/usr/plugins/
|
|||
rm -rf appdir/usr/home/ appdir/usr/include/ appdir/usr/share/man/ # No need to ship developer and man files as part of the AppImage
|
||||
|
||||
# get the linuxdeployqt tool and run it to collect the libraries
|
||||
wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
wget -q -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
chmod a+x linuxdeployqt*.AppImage
|
||||
unset QTDIR
|
||||
unset QT_PLUGIN_PATH
|
||||
|
|
Loading…
Add table
Reference in a new issue