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