Commit f6bf64e
committed
Cache Detox build derived data in Bitrise CI
Add restore-cache and save-cache steps to cache the xcodebuild derived
data directory (example/ios/build/) between CI runs. The cache key is
based on Podfile.lock and app.json checksums, with a prefix fallback
for partial cache matches. This enables incremental xcodebuild, which
should significantly reduce the Detox build step time on cache hits.
https://claude.ai/code/session_01LRLatsmhLdQQgrwnBtJUfr1 parent 2c22627 commit f6bf64e
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
66 | 78 | | |
67 | 79 | | |
68 | 80 | | |
| |||
0 commit comments