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:
parent
c9cb5fefdd
commit
fd7097222d
@ -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…
x
Reference in New Issue
Block a user