From dcea93612d6e579a6f33cd5d07e6ce348f85e502 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Thu, 28 Mar 2024 23:13:34 -0500 Subject: [PATCH] fedora: Add in tests. --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.drone.yml b/.drone.yml index 65d7597..ee31ba8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -98,3 +98,14 @@ steps: commands: - dnf install -y rpmdevtools rpmlint make automake python meson lsb-release git - make + + - name: test + image: fedora:latest + + depends_on: + - build + + commands: + - dnf install -y ./build/g13gui*.rpm + - python3 -m g13gui.tests +