Skip to content

Commit

Permalink
Add script for running HyperLabel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wiruzx committed Sep 28, 2020
1 parent e2e8906 commit 6a670aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

set -o pipefail

xcodebuild clean build test \
-project HyperLabel.xcodeproj \
-scheme HyperLabel \
-sdk iphonesimulator \
-destination 'platform=iOS Simulator,name=iPhone 11' \
-configuration Debug | xcpretty

0 comments on commit 6a670aa

Please sign in to comment.