mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
fedora: Add in tests.
This commit is contained in:
parent
a16f2d70bd
commit
dcea93612d
11
.drone.yml
11
.drone.yml
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user