Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.14 KB

ios-key-cache-carthage.md

File metadata and controls

26 lines (17 loc) · 1.14 KB

(iOS) Cache Carthage dependencies (Beta)

Description

Cache the contents of the Carthage folder with the new key-based caching Steps, Save Cache and Restore Cache.

Instructions

  1. Add the Restore Carthage Cache Step to the Workflow.
  2. Add the Carthage Step.
  3. Add the Save Carthage Cache Step.

Fine tune cache behaviour

The Carthage specific cache steps use optimal cache key and path configurations maintained by Bitrise. If you want full control over what should be cached then please check out the generic Restore Cache and Save Cache Steps.

You can always check out what key and path settings the Carthage cache step uses: Github code snippet

bitrise.yml

- restore-carthage-cache@2: {}
- carthage@3: {}
- save-carthage-cache@1: {}