fedora: Add in tests.

This commit is contained in:
June Tate-Gans 2024-03-28 23:13:34 -05:00
parent a16f2d70bd
commit dcea93612d

View File

@ -98,3 +98,14 @@ steps:
commands: commands:
- dnf install -y rpmdevtools rpmlint make automake python meson lsb-release git - dnf install -y rpmdevtools rpmlint make automake python meson lsb-release git
- make - make
- name: test
image: fedora:latest
depends_on:
- build
commands:
- dnf install -y ./build/g13gui*.rpm
- python3 -m g13gui.tests