From: Victor Toso <[email protected]>
So we can check rpm is working fine.
---
.gitlab-ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3fad64..da4f512 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: fedora:latest
variables:
DEPS_COMMON: git libtool make python3 python3-six redhat-rpm-config
python3-pyparsing meson ninja-build gtk-doc glib2-devel
- gettext gettext-devel bzip2
+ gettext gettext-devel bzip2 rpmlint rpm-build
before_script:
- dnf install -y $DEPS_COMMON
@@ -14,6 +14,8 @@ fedora-autotools:
- ./autogen.sh
- make
- make distcheck
+ - rpmlint spice-protocol.spec
+ - rpmbuild -ta spice-protocol-*.tar.bz2
fedora-meson:
script:
--
2.21.0
_______________________________________________
Spice-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/spice-devel