Export dependencies
This commit is contained in:
parent
c543dae46a
commit
bc393b6fd6
2 changed files with 14 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ pipeline:
|
|||
- rustup component add clippy
|
||||
- export RUSTC_WRAPPER="$PWD"/sccache
|
||||
- export SCCACHE_S3_KEY_PREFIX=$CI_REPO_NAME
|
||||
- export CARGO_HOME="$PWD/cargo"
|
||||
- cargo clippy -- -D clippy::all --no-deps
|
||||
- ./sccache --show-stats
|
||||
secrets:
|
||||
|
|
@ -44,6 +45,7 @@ pipeline:
|
|||
- rustup component add clippy
|
||||
- export RUSTC_WRAPPER="$PWD"/sccache
|
||||
- export SCCACHE_S3_KEY_PREFIX=$CI_REPO_NAME
|
||||
- export CARGO_HOME="$PWD/cargo"
|
||||
- cargo test
|
||||
- ./sccache --show-stats
|
||||
secrets:
|
||||
|
|
|
|||
Reference in a new issue