Skip to content

Commit 482ad81

Browse files
committed
Build for device
1 parent d6dc05a commit 482ad81

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/test.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,11 @@ jobs:
8989
set -o pipefail && xcodebuild \
9090
-workspace externaldisplayexample.xcworkspace \
9191
-scheme externaldisplayexample \
92-
-configuration Release \
92+
-configuration Debug \
9393
-sdk iphonesimulator \
94-
-derivedDataPath build | xcpretty
94+
-derivedDataPath build \
95+
ARCHS=x86_64 \
96+
ONLY_ACTIVE_ARCH=YES | xcpretty
9597
9698
build-ios-new-arch:
9799
runs-on: macos-latest
@@ -146,9 +148,11 @@ jobs:
146148
set -o pipefail && xcodebuild \
147149
-workspace externaldisplayexample.xcworkspace \
148150
-scheme externaldisplayexample \
149-
-configuration Release \
151+
-configuration Debug \
150152
-sdk iphonesimulator \
151-
-derivedDataPath build | xcpretty
153+
-derivedDataPath build \
154+
ARCHS=x86_64 \
155+
ONLY_ACTIVE_ARCH=YES | xcpretty
152156
153157
build-android-old-arch:
154158
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)