Browse Source

fix(build): show brew compilation progress to avoid being killed by Travis

reviewable/pr5490/r1
Anthony Bilinski 7 years ago
parent
commit
fd7097222d
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 4
      osx/qTox-Mac-Deployer-ULTIMATE.sh

4
osx/qTox-Mac-Deployer-ULTIMATE.sh

@ -171,7 +171,9 @@ install() { @@ -171,7 +171,9 @@ install() {
# needed for kf5-sonnet
brew tap kde-mac/kde
brew install ffmpeg libexif qrencode qt5 sqlcipher openal-soft kf5-sonnet
# verbose so that build output is shown, otherwise qt5 build has no output for >10 mins
# and is killed by Travis CI
brew install --verbose ffmpeg libexif qrencode qt5 sqlcipher openal-soft kf5-sonnet
fcho "Cloning filter_audio ... "
git clone --branch v0.0.1 --depth=1 https://github.com/irungentoo/filter_audio "$FILTERAUIO_DIR"

Loading…
Cancel
Save