Skip to content

Commit

Permalink
Attempt to address simulator performance issues by targeting an optim…
Browse files Browse the repository at this point in the history
…al architecture
  • Loading branch information
mikenachbaur-okta committed Nov 20, 2023
1 parent a8d61c6 commit 6a632f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ commands:
sdk:
type: string
default: iphonesimulator
arch:
type: enum
default: arm64
enum: ["arm64", "x86_64"]
destination:
type: string
default: "platform=iOS Simulator,OS=17.0.1,name=iPhone 15 Pro Max"
Expand All @@ -33,6 +37,7 @@ commands:
-workspace OktaMobileSDK.xcworkspace \
-scheme "<<parameters.scheme>>" \
-sdk <<parameters.sdk>> \
-arch <<parameters.arch>> \
-destination "<<parameters.destination>>" \
test 2>&1
Expand Down Expand Up @@ -96,6 +101,7 @@ jobs:
scheme: "UserPasswordSignIn (macOS)"
sdk: macosx
destination: "platform=macOS,name=Any Mac"
arch: "x86_64"

test-classicnativeauth-ios:
executor: apple-ci-arm-medium
Expand Down

0 comments on commit 6a632f0

Please sign in to comment.