Skip to content

Commit

Permalink
Build for device
Browse files Browse the repository at this point in the history
  • Loading branch information
hellostu committed Oct 16, 2024
1 parent d6dc05a commit 482ad81
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ jobs:
set -o pipefail && xcodebuild \
-workspace externaldisplayexample.xcworkspace \
-scheme externaldisplayexample \
-configuration Release \
-configuration Debug \
-sdk iphonesimulator \
-derivedDataPath build | xcpretty
-derivedDataPath build \
ARCHS=x86_64 \
ONLY_ACTIVE_ARCH=YES | xcpretty
build-ios-new-arch:
runs-on: macos-latest
Expand Down Expand Up @@ -146,9 +148,11 @@ jobs:
set -o pipefail && xcodebuild \
-workspace externaldisplayexample.xcworkspace \
-scheme externaldisplayexample \
-configuration Release \
-configuration Debug \
-sdk iphonesimulator \
-derivedDataPath build | xcpretty
-derivedDataPath build \
ARCHS=x86_64 \
ONLY_ACTIVE_ARCH=YES | xcpretty
build-android-old-arch:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 482ad81

Please sign in to comment.