Skip to content

Commit 11d6e6d

Browse files
committed
Add make test-circle-ci
1 parent ccf1e93 commit 11d6e6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ test-travis-ci:
1010
-destination 'platform=iOS Simulator,name=iPhone 6s,OS=9.3' \
1111
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.1'
1212

13+
test-circle-ci:
14+
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
15+
-destination 'platform=iOS Simulator,name=iPhone 5s,OS=8.4' \
16+
-destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' \
17+
-destination 'platform=iOS Simulator,name=iPhone 6s,OS=10.1'
18+
19+
1320
publish-pod:
1421
# pod trunk register narcvs@gmail.com 'Marcus Westin' --description='MBA/MBP-xyz'
1522
# First, bump podspec version, then commit & create tag: `git tag -a "v5.X.Y" -m "Tag v5.X.Y" && git push --tags`

0 commit comments

Comments
 (0)