From 4e284d0a217b6a8192e9f20d024c8e5488541b42 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 7 Feb 2019 21:13:22 -0500 Subject: [PATCH] Add build script --- bin/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 bin/build 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