File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,16 @@ jobs:
12
12
uses : maxim-lobanov/setup-xcode@v1
13
13
with :
14
14
xcode-version : ' 15.3'
15
-
16
- - name : Install xcpretty
17
- run : gem install xcpretty
15
+
16
+ - name : Install simulator
17
+ run : xcversion simulators --install='iOS 14.3'
18
+
18
19
19
20
- name : Build WebRTCiOSSDK
20
21
run : xcodebuild -scheme WebRTCiOSSDK -configuration Release -destination "generic/platform=iOS" ARCHS=arm64 CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO build
21
22
22
23
- name : Test WebRTCiOSSDK
23
- run : xcodebuild -scheme WebRTCiOSSDK -destination "platform=iOS Simulator,name=iPhone 15" ARCHS=arm64 test
24
+ run : xcodebuild clean -scheme WebRTCiOSSDK -destination "platform=iOS Simulator,name=iPhone 15" test
24
25
25
26
- name : Build WebRTCSampleApp
26
27
run : xcodebuild -scheme WebRTC-Sample-App -configuration Release -destination "generic/platform=iOS" ARCHS=arm64 CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO build
You can’t perform that action at this time.
0 commit comments