Provision 7z

macOS 10.11 tier1 template is missing 7z.

Change-Id: I9e1ade8605b5e6f389a2cd76340070070a7c637b
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Simo Fält
2017-07-04 13:15:56 +03:00
committed by Simon Hausmann
parent 2f03b7faac
commit 577140a728

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Install 7z to be used from command line
brew update
brew install p7zip