POSIX shell.
This commit is contained in:
parent
d0413068fd
commit
a16b81d1f6
@ -1,11 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
if test "$TRAVIS_OS_NAME" = 'osx'; then
|
||||||
# Mac OS X.
|
# Mac OS X.
|
||||||
brew update
|
brew update
|
||||||
brew install https://raw.githubusercontent.com/LRFLEW/homebrew-core/981fa2e8f824b068077e7df47f81bdb8d93a8ea1/Formula/qt5.rb
|
brew install qt5
|
||||||
else
|
else
|
||||||
# Linux.
|
# Linux.
|
||||||
sudo apt-get update
|
apt-get update
|
||||||
sudo apt-get -y install qt57tools qt57base qt57webengine
|
apt-get -y install qt57tools qt57base qt57webengine
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user