Export dependencies
Some checks failed
ci/woodpecker/push/rustfmt Pipeline failed
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Jef Roosens 2022-01-05 10:13:10 +01:00
parent c543dae46a
commit bc393b6fd6
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
2 changed files with 14 additions and 0 deletions

View file

@ -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: