diff --git a/.drone.yml b/.drone.yml index 4ee2e4e..51c73b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,10 +19,13 @@ steps: platform: linux/amd64 mtu: 1000 + depends: + - manjaro-build + commands: - pacman -Sy --noconfirm - - pacman -S --noconfirm base-devel python meson lsb-release git - - make test + - pacman -U --noconfirm build/g13gui*.zst + - python3 -m g13gui.tests --- kind: pipeline