Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): show brew compilation progress to avoid being killed by T…
Browse files Browse the repository at this point in the history
…ravis
  • Loading branch information
anthonybilinski committed Jan 13, 2019
1 parent c9cb5fe commit fd70972
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion osx/qTox-Mac-Deployer-ULTIMATE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fd70972

Please sign in to comment.