mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
feat(GODT-2662): enable cache on darwin tart.
This commit is contained in:
11
ci/env.yml
11
ci/env.yml
@ -19,7 +19,16 @@
|
|||||||
- export BRIDGE_SYNC_FORCE_MINIMUM_SPEC=1
|
- export BRIDGE_SYNC_FORCE_MINIMUM_SPEC=1
|
||||||
- !reference [.before-script-darwin-tart-build, before_script]
|
- !reference [.before-script-darwin-tart-build, before_script]
|
||||||
- !reference [.before-script-git-config, before_script]
|
- !reference [.before-script-git-config, before_script]
|
||||||
cache: {}
|
- mkdir -p .cache/bin
|
||||||
|
- export PATH=$(pwd)/.cache/bin:$PATH
|
||||||
|
- export GOPATH="$CI_PROJECT_DIR/.cache"
|
||||||
|
variables:
|
||||||
|
VCPKG_DEFAULT_BINARY_CACHE: ${CI_PROJECT_DIR}/.cache
|
||||||
|
cache:
|
||||||
|
key: darwin-go-and-vcpkg
|
||||||
|
paths:
|
||||||
|
- .cache
|
||||||
|
when: 'always'
|
||||||
|
|
||||||
.env-linux-build:
|
.env-linux-build:
|
||||||
extends:
|
extends:
|
||||||
|
|||||||
Reference in New Issue
Block a user