Gifu/bin/test

13 lines
194 B
Plaintext
Raw Normal View History

2015-10-22 19:28:52 +00:00
#!/usr/bin/env sh
set -o pipefail
xcrun xcodebuild \
-project Gifu.xcodeproj \
-scheme Gifu \
-sdk iphonesimulator \
CONFIGURATION_BUILD_DIR='./build' \
test \
| xcpretty --color