strom/rust-dewpoint
Template
1
0
Fork 0
rust-dewpoint/.woodpecker.yml
Thorsten Schubert 5a89ccee26
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial commit
2023-09-09 15:47:43 +02:00

27 lines
734 B
YAML

# vi: set ft=yaml ts=2 sw=2 sts=2 nosr et nosi tw=0 fdm=manual:
when:
- event: [push, pull_request, manual]
- branch: main
- path:
exclude: [ '*.md' ]
ignore_message: "[ALL]"
steps:
build:
image: docker.io/rustlang/rust:nightly-bookworm-slim
pull: true
commands:
- rm -rf .cargo
- cargo --color=never build -v
clippy:
image: docker.io/rustlang/rust:nightly-bookworm-slim
commands:
- cargo --color=never clippy -- -Dwarnings
test:
image: docker.io/rustlang/rust:nightly-bookworm-slim
commands:
- cargo --color=never test --no-fail-fast
run:
image: docker.io/rustlang/rust:nightly-bookworm-slim
commands:
- cargo --color=never run -vv 25.5 63