Add Woodpecker-CI check pipeline

pull/258/head
Manos Pitsidianakis 11 months ago
parent 74e15316db
commit a5770c89f4
No known key found for this signature in database
GPG Key ID: 7729C7707F7E09D0

@ -0,0 +1,10 @@
matrix:
RUST: [stable]
pipeline:
test:
image: rust
environment: [CARGO_TERM_COLOR=always]
commands:
- rustup default $RUST
- make check
Loading…
Cancel
Save