From d8e7243a9820118f89a6ebd82f4945de1ae0988b Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 19:41:14 -0500 Subject: [PATCH] Rework the test build --- .drone.yml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8986688..4ee2e4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,29 @@ +--- +kind: pipeline +type: kubernetes +name: tests + +steps: + - name: test + image: archlinux:latest + + settings: + registry: gitea.hedron.io + username: + from_secret: username + password: + from_secret: password + repo: gitea.hedron.io/jtgans/g13gui + tags: + - latest + platform: linux/amd64 + mtu: 1000 + + commands: + - pacman -Sy --noconfirm + - pacman -S --noconfirm base-devel python meson lsb-release git + - make test + --- kind: pipeline type: kubernetes @@ -51,4 +77,3 @@ steps: - pacman -S --noconfirm base-devel python meson lsb-release git - chown -R nobody:nobody . - sudo -u nobody make - - make test