more like gitlab C-why
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2d5d41b162
commit
5720c53735
1 changed files with 0 additions and 22 deletions
|
@ -26,27 +26,12 @@ stages:
|
|||
.cargo-cleanup:
|
||||
stage: cache-cleanup
|
||||
allow_failure: true
|
||||
only:
|
||||
refs:
|
||||
- branches
|
||||
- tags
|
||||
changes:
|
||||
- "/src/**/*"
|
||||
- .gitlab-ci.yml
|
||||
script:
|
||||
- cargo install cargo-sweep
|
||||
- cargo sweep -i
|
||||
|
||||
.cargo-build-base:
|
||||
stage: build-base
|
||||
only:
|
||||
refs:
|
||||
- branches
|
||||
- tags
|
||||
changes:
|
||||
- "/src/**/*"
|
||||
- .gitlab-ci.yml
|
||||
|
||||
script:
|
||||
cargo build --locked
|
||||
|
||||
|
@ -74,13 +59,6 @@ stages:
|
|||
|
||||
clippy:
|
||||
stage: lint
|
||||
only:
|
||||
refs:
|
||||
- branches
|
||||
- tags
|
||||
changes:
|
||||
- "/src/**/*"
|
||||
- .gitlab-ci.yml
|
||||
script:
|
||||
- rustup component add clippy
|
||||
- cargo clippy --version
|
||||
|
|
Loading…
Reference in a new issue