File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ builds, therefore making the builds run faster.
13
13
14
14
There are two collections of directories which are cached.
15
15
16
- 1 . The directories which you specify in the ` dependencies: cache_directories `
17
- section of your ` circle.yml `
18
- 2 . The directories used by the following languages and dependency managers:
16
+ 1 . The directories used by the following languages and dependency managers:
19
17
20
18
- Bower
21
19
- Bundler
@@ -29,6 +27,18 @@ There are two collections of directories which are cached.
29
27
- Play
30
28
- Virtualenv
31
29
30
+ 2 . The directories which you specify in the ` dependencies: cache_directories `
31
+ section of your ` circle.yml ` , like so:
32
+
33
+ ```
34
+ dependencies:
35
+ # we automatically cache and restore many dependencies between
36
+ # builds. If you need to, you can add custom paths to cache:
37
+ cache_directories:
38
+ - "custom_1" # relative to the build directory
39
+ - "~/custom_2" # relative to the user's home directory
40
+ ```
41
+
32
42
### Per-branch cache
33
43
34
44
Each branch of your project will have a separate cache. If it is the
You can’t perform that action at this time.
0 commit comments