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:
|
.cargo-cleanup:
|
||||||
stage: cache-cleanup
|
stage: cache-cleanup
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
only:
|
|
||||||
refs:
|
|
||||||
- branches
|
|
||||||
- tags
|
|
||||||
changes:
|
|
||||||
- "/src/**/*"
|
|
||||||
- .gitlab-ci.yml
|
|
||||||
script:
|
script:
|
||||||
- cargo install cargo-sweep
|
- cargo install cargo-sweep
|
||||||
- cargo sweep -i
|
- cargo sweep -i
|
||||||
|
|
||||||
.cargo-build-base:
|
.cargo-build-base:
|
||||||
stage: build-base
|
stage: build-base
|
||||||
only:
|
|
||||||
refs:
|
|
||||||
- branches
|
|
||||||
- tags
|
|
||||||
changes:
|
|
||||||
- "/src/**/*"
|
|
||||||
- .gitlab-ci.yml
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
cargo build --locked
|
cargo build --locked
|
||||||
|
|
||||||
|
@ -74,13 +59,6 @@ stages:
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
stage: lint
|
stage: lint
|
||||||
only:
|
|
||||||
refs:
|
|
||||||
- branches
|
|
||||||
- tags
|
|
||||||
changes:
|
|
||||||
- "/src/**/*"
|
|
||||||
- .gitlab-ci.yml
|
|
||||||
script:
|
script:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy --version
|
- cargo clippy --version
|
||||||
|
|
Loading…
Reference in a new issue