setup_circle_ci¶
Setup the keychain and match to work with CircleCI
- Creates a new temporary keychain for use with match
- Switches match to
readonly
mode to not create new profiles/cert on CI- Sets up log and test result paths to be easily collectible
This action helps with CircleCI integration. Add this to the top of your Fastfile if you use CircleCI.
setup_circle_ci | |
---|---|
Supported platforms | ios, mac |
Author | @dantoml |
1 Example¶
setup_circle_ci
Parameters¶
Key | Description | Default |
---|---|---|
force |
Force setup, even if not executed by CircleCI | false |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action setup_circle_ci