Woodpeckerify pipeline config

This commit is contained in:
ljoonal 2022-12-30 15:08:26 +02:00
parent 4553b7b0e6
commit ba5541d0f2
Signed by: ljoonal
GPG key ID: C74D75DE349ACD93

View file

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