Files
SWCompression/Utils/ci-install-deploy.sh
T

9 lines
152 B
Bash
Executable File

#!/bin/bash
set -euxo pipefail
brew outdated carthage || brew upgrade carthage
brew install sourcekitten
gem install -N jazzy
gem update -N cocoapods