Skip to content

Commit 0b10ab5

Browse files
committed
Add xcodebuild test iOS app
1 parent cf2502b commit 0b10ab5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ jobs:
2727
- name: Run build script
2828
run: bash build.sh
2929

30+
# Build test iOS App
31+
- name: Build Test iOS App
32+
run: xcodebuild clean -project "example/iOS Test App/iOS Test App.xcodeproj"
33+
run: xcodebuild build -project "example/iOS Test App/iOS Test App.xcodeproj" -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO -arch x86_64
3034

0 commit comments

Comments
 (0)