[Spice-devel] [spice-protocol 1/2] fixup: gitlab-ci: to be added
Victor Toso
victortoso at redhat.com
Wed Oct 23 08:34:09 UTC 2019
From: Victor Toso <me at victortoso.com>
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
More information about the Spice-devel
mailing list