parent
4553b7b0e6
commit
ba5541d0f2
1 changed files with 8 additions and 8 deletions
|
@ -1,22 +1,22 @@
|
|||
pipeline:
|
||||
nightly_lint:
|
||||
image: rustlang/rust:nightly
|
||||
pull: always
|
||||
pull: true
|
||||
commands:
|
||||
- rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
|
||||
- cargo clippy -Z unstable-options
|
||||
- rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
|
||||
- cargo clippy -Z unstable-options
|
||||
lint:
|
||||
image: rust:latest
|
||||
pull: always
|
||||
pull: true
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy
|
||||
- rustup component add clippy
|
||||
- cargo clippy
|
||||
test:
|
||||
image: rust:latest
|
||||
commands:
|
||||
- cargo test
|
||||
- cargo test
|
||||
package:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
registry: git.ljoonal.xyz
|
||||
username: ljoonal
|
||||
|
|
Loading…
Add table
Reference in a new issue