mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 11:36:12 +08:00
Only one target is added because current HW capasity is minor. Task-number: QTQAINFRA-3967 Change-Id: Iae2ac0e02b38b45a219a78e046fb21338ff9cd97 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
8 lines
103 B
Bash
Executable File
8 lines
103 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Install 7z to be used from command line
|
|
|
|
set -ex
|
|
|
|
brew update
|
|
brew install p7zip
|