diff --git a/bin/build b/bin/build new file mode 100755 index 0000000..847d75c --- /dev/null +++ b/bin/build @@ -0,0 +1,9 @@ +#!/bin/sh + +set -o pipefail && \ + +xcodebuild \ + -project Persephone.xcodeproj \ + -scheme Persephone \ + -destination platform\=macOS build test \ +| xcpretty