mirror of
https://old.git.ood.ovh/nehu/tokio-messaging.git
synced 2025-04-28 22:27:04 +02:00
Add woodpecker pipeline
This commit is contained in:
parent
804b38fefc
commit
fd6d8b88de
1 changed files with 12 additions and 0 deletions
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
pipeline:
|
||||||
|
tokio-messaging:
|
||||||
|
image: "rust:alpine"
|
||||||
|
commands:
|
||||||
|
# Required to avoid the crti.o error (https://github.com/rust-lang/rust/issues/40174)
|
||||||
|
- apk add --no-cache musl-dev
|
||||||
|
# Fetch faster
|
||||||
|
- mkdir -p ~/.cargo && echo -e '[registries.crates-io]\nprotocol = "sparse"' > ~/.cargo/config.toml
|
||||||
|
|
||||||
|
- cargo check
|
||||||
|
- cargo build
|
||||||
|
- cargo test --workspace
|
Loading…
Add table
Reference in a new issue