more like gitlab C-why
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lynne Megido 2021-05-10 10:40:23 +10:00
parent 2d5d41b162
commit 5720c53735
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

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