mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-25 20:02:17 -05:00
Update Travis script
This commit is contained in:
parent
df2e77df3d
commit
0ab6d9b3e4
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,9 @@ if [ $STAGE = "script" ]; then
|
|||
fi
|
||||
elif [ $STAGE = "before_install" ]; then
|
||||
if [ $TRAVIS_OS_NAME = "linux" ]; then
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install libqt5core5a libqt5dbus5 libqt5gui5 libqt5x11extras5 qtchooser qt5-default
|
||||
sudo add-apt-repository -y ppa:beineri/opt-qt-5.10.0-xenial
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install qt510-meta-minimal qt510x11extras qt510tools qt510translations qt510svg qt510websockets xorg-dev libxcb-util0-dev libgl1-mesa-dev
|
||||
else
|
||||
echo "[TRAVIS] Preparing to build for macOS"
|
||||
brew update
|
||||
|
|
Loading…
Add table
Reference in a new issue