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

set -e
set -o pipefail

git fetch --tags

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

mapbox_time "install_recent_git" \
brew install git

mapbox_time "install_awscli" \
brew install awscli

mapbox_time "install_jazzy" \
gem install jazzy

mkdir -p ${KIF_SCREENSHOTS}