From 5f37f812f967295165e60ce9be8ec69ad059b81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Tue, 4 Jul 2017 13:13:30 +0300 Subject: Provision homebrew Some of the macOS templates are cleaner than others and are mising some basic tools like 7z. Homebrew provides easy way to install wide range of tools via command line. Change-Id: I5a8528bb4a13ef9a72e2467c51a8b5d45f9a3d84 Reviewed-by: Simon Hausmann --- coin/provisioning/qtci-osx-10.11-x86_64/025-homebrew.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 coin/provisioning/qtci-osx-10.11-x86_64/025-homebrew.sh (limited to 'coin/provisioning/qtci-osx-10.11-x86_64') diff --git a/coin/provisioning/qtci-osx-10.11-x86_64/025-homebrew.sh b/coin/provisioning/qtci-osx-10.11-x86_64/025-homebrew.sh new file mode 100755 index 00000000..63ec9b69 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.11-x86_64/025-homebrew.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +BASEDIR=$(dirname "$0") +$BASEDIR/../common/homebrew.sh -- cgit v1.2.3