Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1574 from atom/aw/security-binary-tests
Browse files Browse the repository at this point in the history
Create a passwordless temporary keychain on macOS
  • Loading branch information
smashwilson authored and daviwil committed Jul 12, 2018
1 parent 1ee7868 commit 1cff1e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -18,6 +18,11 @@ jobs:

steps:
- checkout
- run:
name: create and set the default keychain
command: |
security create-keychain -p "" temporary
security default-keychain -s temporary
- run:
name: download build-package.sh
command: curl -s -O https://raw.githubusercontent.com/atom/ci/master/build-package.sh
Expand Down

0 comments on commit 1cff1e6

Please sign in to comment.