mute while installing Qt on macOS

This commit is contained in:
Le Tan 2020-03-01 10:14:12 +08:00
parent 7d3732c58f
commit 3495a059a1

View File

@ -24,7 +24,8 @@ export QT_CI_PACKAGES="qt.qt5.598.clang_64,qt.qt5.598.qtwebengine"
git clone https://github.com/tamlok/qtci.git git clone https://github.com/tamlok/qtci.git
source qtci/path.env source qtci/path.env
install-qt 5.9.8 echo Installing Qt 5.9.8
install-qt 5.9.8 > /dev/null
source qt-5.9.8.env source qt-5.9.8.env
echo $PATH echo $PATH