Commit
This commit is contained in:
9
Carthage/Checkouts/TrueTime.swift/Scripts/test
vendored
Executable file
9
Carthage/Checkouts/TrueTime.swift/Scripts/test
vendored
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -o nounset -o errexit -o pipefail
|
||||
BUILD_LOG="xcodebuild.log"
|
||||
|
||||
xcodebuild clean test -sdk "$SDK" -scheme "$SCHEME" -destination "$DESTINATION" | tee "$BUILD_LOG" | xcpretty
|
||||
STATUS="${PIPESTATUS[0]}"
|
||||
if [ -f "$BUILD_LOG" ]; then curl -sT "$BUILD_LOG" chunk.io; fi
|
||||
|
||||
exit "$STATUS"
|
Reference in New Issue
Block a user