mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-21 11:25:41 +01:00
Use circleci cache
This commit is contained in:
parent
f83520e05a
commit
013f0cc4f6
@ -22,7 +22,19 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
- restore_cache:
|
||||||
|
keys:
|
||||||
|
- cache-{{ arch }}-{{ .Branch }}-{{ checksum "Gopkg.lock" }}
|
||||||
|
- cache-{{ arch }}-{{ .Branch }}
|
||||||
|
- cache
|
||||||
|
|
||||||
- run: make install-dep
|
- run: make install-dep
|
||||||
|
|
||||||
|
- save_cache:
|
||||||
|
key: cache-{{ arch }}-{{ .Branch }}-{{ checksum "Gopkg.lock" }}
|
||||||
|
paths:
|
||||||
|
- vendor
|
||||||
|
|
||||||
- run: make test
|
- run: make test
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
Loading…
Reference in New Issue
Block a user