macosx travis.
This commit is contained in:
parent
823b922712
commit
d0413068fd
2 changed files with 11 additions and 12 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
if [[ $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 https://raw.githubusercontent.com/LRFLEW/homebrew-core/981fa2e8f824b068077e7df47f81bdb8d93a8ea1/Formula/qt5.rb
|
||||||
else
|
else
|
||||||
# Linux.
|
# Linux.
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install qt57tools qt57base qt57webengine
|
sudo apt-get -y install qt57tools qt57base qt57webengine
|
||||||
fi
|
fi
|
|
@ -13,8 +13,7 @@ git:
|
||||||
submodules: false
|
submodules: false
|
||||||
depth: 3
|
depth: 3
|
||||||
|
|
||||||
before_install:
|
before_install: ./.travis-before-install.sh
|
||||||
- ./.travis-before-install.sh
|
|
||||||
|
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue