diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml new file mode 100644 index 0000000..a9515e4 --- /dev/null +++ b/.woodpecker/test.yml @@ -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