feat: init woodpecker CI
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2024-01-08 04:20:01 +05:30
parent 1519ed69ca
commit 0fc323f707
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 6 additions and 0 deletions

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
steps:
build:
image: rust
commands:
- make test
- make build-rust