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