mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): enable caching for CircleCI
This commit is contained in:
parent
a2fb40d112
commit
9a54246d47
@ -8,6 +8,9 @@ machine:
|
|||||||
BUILD__: "x86_64"
|
BUILD__: "x86_64"
|
||||||
BTYPE__: "release"
|
BTYPE__: "release"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
cache_directories:
|
||||||
|
- "~/workspace/i686/dep-cache/*"
|
||||||
|
- "~/workspace/x86_64/dep-cache/*"
|
||||||
pre:
|
pre:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install zip
|
- sudo apt-get install zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user