mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Travis: Pass verbose to Qt installer (#4008)
Attempt to see what's going on with Travis, as it has been failing randomly for the past days
This commit is contained in:
parent
1ea5e7404a
commit
6baba2875d
@ -39,7 +39,7 @@ before_install:
|
|||||||
wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run ;
|
wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run ;
|
||||||
chmod a+x ./qt-unified-linux-x64-online.run ;
|
chmod a+x ./qt-unified-linux-x64-online.run ;
|
||||||
export QT_QPA_PLATFORM=minimal ;
|
export QT_QPA_PLATFORM=minimal ;
|
||||||
travis_wait 30 ./qt-unified-linux-x64-online.run --script qt-installer-noninteractive.qs --no-force-installations ;
|
travis_wait 60 ./qt-unified-linux-x64-online.run --script qt-installer-noninteractive.qs --no-force-installations --verbose ;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
# Install updated libglew-dev since the version provided by trusty is outdated
|
# Install updated libglew-dev since the version provided by trusty is outdated
|
||||||
|
Loading…
Reference in New Issue
Block a user