Skip to content

Commit

Permalink
create default keychain to test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 26, 2024
1 parent 0921904 commit 0efd92c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"xcodebuild -scheme AwsCommonRuntimeKit -destination 'generic/platform=iOS'"
],
"!test_steps": [
"security create-keychain -p $KEYCHAIN_PASSWORD build.keychain",
"security default-keychain -s build.keychain",
"crt-ci-prep",
"xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=iOS Simulator,OS=16.2,name=iPhone 14'"
]
Expand All @@ -37,6 +39,8 @@
],
"!test_steps": [
"crt-ci-prep",
"security create-keychain -p $KEYCHAIN_PASSWORD build.keychain",
"security default-keychain -s build.keychain",
"xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'"
]
},
Expand All @@ -49,6 +53,8 @@
"macos": {
"+test_steps": [
"crt-ci-prep",
"security create-keychain -p $KEYCHAIN_PASSWORD build.keychain",
"security default-keychain -s build.keychain",
"xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=macOS'",
"./integ_test.sh"
]
Expand Down

0 comments on commit 0efd92c

Please sign in to comment.