1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

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

This commit is contained in:
Anthony Bilinski 2019-01-12 22:54:02 -08:00
parent c9cb5fefdd
commit fd7097222d
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -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"