Skip to content

Commit c46550b

Browse files
committed
Manually sets keychain on CircleCI machine
1 parent 0137cc8 commit c46550b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ jobs:
2929
steps:
3030
- checkout
3131
- run: *prepare
32+
- run:
33+
name: "Create and set the default keychain"
34+
command: |
35+
security create-keychain -p "" temporary
36+
security default-keychain -s temporary
37+
security unlock-keychain -p "" temporary
38+
security set-keychain-settings -lut 7200 temporary
3239
- run: bundle exec rake test:macos
3340
- run: bash <(curl -s https://codecov.io/bash)
3441
- store_test_results:

0 commit comments

Comments
 (0)