]> git.r.bdr.sh - rbdr/lyricli/blame - Scripts/install_swiftlint.sh
Adapt CI scripts to work under swift docker image
[rbdr/lyricli] / Scripts / install_swiftlint.sh
CommitLineData
76055210
BB
1#!/bin/bash
2
2cbb0a97
BB
3# Installs SwiftLint from source (Intended to be used with
4# swift docker image)
76055210
BB
5
6set -e
7
2cbb0a97
BB
8git clone https://github.com/realm/SwiftLint.git /tmp/SwiftLint &&
9cd /tmp/SwiftLint &&
10git submodule update --init --recursive &&
11make install