Skip to content

Commit b01b5cf

Browse files
committed
Fixing up CircleCI pipeline
1 parent 9a1ae72 commit b01b5cf

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.circleci/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2.1
2+
jobs:
3+
build:
4+
macos:
5+
xcode: 14.0.0
6+
steps:
7+
- checkout
8+
- run:
9+
name: Make
10+
command: |
11+
make test-circle-ci

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ test-many:
1212

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

1818

1919
publish-pod:

circle.yml

-10
This file was deleted.

0 commit comments

Comments
 (0)