From b6cc03635e3b1023e29a8059b2ff0856ee923a99 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 20:19:20 -0500 Subject: [PATCH] Move tests into arch build --- .drone.yml | 41 ++++++++++++----------------------------- 1 file changed, 12 insertions(+), 29 deletions(-) diff --git a/.drone.yml b/.drone.yml index c79bdd5..7ba13d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,32 +1,3 @@ ---- -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 - - depends_on: - - manjaro-build - - commands: - - pacman -Sy --noconfirm - - pacman -U --noconfirm build/g13gui*.zst - - python3 -m g13gui.tests - --- kind: pipeline type: kubernetes @@ -80,3 +51,15 @@ steps: - pacman -S --noconfirm base-devel python meson lsb-release git - chown -R nobody:nobody . - sudo -u nobody make + + - name: test + image: archlinux:latest + + depends_on: + - manjaro-build + + commands: + - pacman -Sy --noconfirm + - pacman -U --noconfirm build/g13gui*.zst + - python3 -m g13gui.tests +