mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Moved the CARGO_HOME enviornment variable, in an attempt to get cargo packages to cache properly.
This commit is contained in:
@@ -6,9 +6,13 @@ stages:
|
|||||||
- test
|
- test
|
||||||
- doc
|
- doc
|
||||||
|
|
||||||
|
variables:
|
||||||
|
- CARGO_HOME: /cache/cargocache
|
||||||
|
|
||||||
check-fmt:
|
check-fmt:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- echo $CARGO_HOME
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
test-dev:
|
test-dev:
|
||||||
@@ -35,5 +39,4 @@ pages:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- /cargocache
|
|
||||||
- target/
|
- target/
|
||||||
|
|||||||
Reference in New Issue
Block a user