Add tests pipeline
This commit is contained in:
19
.woodpecker/test.yml
Normal file
19
.woodpecker/test.yml
Normal 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
|
Reference in New Issue
Block a user