From c2338482029bb731cbf51c25c9909ba1f42888fe Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 17:45:13 -0500 Subject: [PATCH] Add a build for arch and manjaro --- .drone.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.drone.yml b/.drone.yml index b975eae..db52b3b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,3 +24,28 @@ steps: - touch /etc/pbuilderrc - apt-get install -y devscripts python3 build-essential git-buildpackage appstream dh-sequence-python3 meson - make + +--- +kind: pipeline +type: kubernetes +name: manjaro-build + +steps: + - name: build + 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: + - make +