Ticket #71961: build.sh

File build.sh, 149 bytes (added by bradleyCPA (B. Holder), 11 months ago)
Line 
1#!/bin/bash
2
3git clone https://github.com/realm/SwiftLint.git
4cd SwiftLint
5git checkout 0.57.0
6swift build --configuration release --disable-sandbox