mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
add build caching
This commit is contained in:
@@ -99,12 +99,11 @@ steps:
|
||||
displayName: Remove old Go, set GOBIN/GOROOT, and move project into GOPATH
|
||||
|
||||
- task: CacheBeta@0
|
||||
continueOnError: true
|
||||
inputs:
|
||||
key: |
|
||||
go-build-cache
|
||||
$(Agent.JobName)
|
||||
path: $(HOME)/.cache/go-build
|
||||
displayName: Cache go build
|
||||
key: go-build-cache | $(Agent.JobName)
|
||||
path: $(HOME)/.cache/go-build
|
||||
displayName: Cache go build
|
||||
|
||||
# Install Libraries (varies by platform)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user