diff --git a/.woodpecker/compile.yaml b/.woodpecker/compile.yaml new file mode 100644 index 0000000..e90ce47 --- /dev/null +++ b/.woodpecker/compile.yaml @@ -0,0 +1,14 @@ +when: + event: + - push + - manual + branch: main + +steps: + build: + image: rust + commands: + - rustup self uninstall -y + - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + - rustup update + - cargo build diff --git a/README.md b/README.md index f25a7aa..04607d7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # voice_chat +[![status-badge](https://ci.codeberg.org/api/badges/14281/status.svg)](https://ci.codeberg.org/repos/14281) +