Skip to content

Commit

Permalink
Fixing up CircleCI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tanis2000 committed Sep 18, 2023
1 parent 9a1ae72 commit b01b5cf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2.1
jobs:
build:
macos:
xcode: 14.0.0
steps:
- checkout
- run:
name: Make
command: |
make test-circle-ci
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ test-many:

test-circle-ci:
xcodebuild test -project Tests/WebViewJavascriptBridge.xcodeproj -scheme WebViewJavascriptBridge \
-destination 'platform=iOS Simulator,name=iPhone 7,OS=10.3.1' \
-destination 'platform=iOS Simulator,name=iPhone X,OS=11.0.1'
-destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5' \
-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0'


publish-pod:
Expand Down
10 changes: 0 additions & 10 deletions circle.yml

This file was deleted.

0 comments on commit b01b5cf

Please sign in to comment.