build: 👷 build check

This commit is contained in:
Ahmet Kaan Gümüş 2025-03-09 06:57:45 +03:00
parent 8a12eb0ddd
commit b87ca298e9
2 changed files with 16 additions and 0 deletions

14
.woodpecker/compile.yaml Normal file
View file

@ -0,0 +1,14 @@
when:
event:
- push
- manual
branch: main
steps:
build:
image: rust:latest
commands:
- rustup self uninstall -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- rustup update
- cargo build

View file

@ -1,2 +1,4 @@
# message_box # message_box
[![status-badge](https://ci.codeberg.org/api/badges/14305/status.svg)](https://ci.codeberg.org/repos/14305)