summaryrefslogtreecommitdiff
path: root/scripts/ios/install.sh
blob: ffa714f36f586c0e51684a923b977c45f6552842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash

set -e
set -o pipefail

mapbox_time "checkout_mason" \
git submodule update --init .mason

mapbox_time "install_xcpretty" \
gem install xcpretty --no-rdoc --no-ri --no-document --quiet

mapbox_time "install_recent_git" \
brew install git

mapbox_time "install_awscli" \
brew install awscli

mkdir -p ${KIF_SCREENSHOTS}