Add tests pipeline

This commit is contained in:
Avery 2023-12-28 23:39:46 -05:00
parent cf4ccf4491
commit 26ecca7554
1 changed files with 19 additions and 0 deletions

19
.woodpecker/test.yml Normal file
View File

@ -0,0 +1,19 @@
steps:
test:
image: archlinux:base-devel
commands:
- pacman -Syu --noconfirm
- pacman -S --noconfirm
clang
git
gtk4
libadwaita
meson
mold
mpv
ninja
rustup
- meson setup build
- cd build
- meson compile
- cargo test