[Spice-devel] [PATCH spice-gtk 1/2] Add .gitlab-ci.yml
Snir Sheriber
ssheribe at redhat.com
Thu Mar 9 16:17:04 UTC 2017
---
.gitlab-ci.yml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 .gitlab-ci.yml
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..0f63c67
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+image: fedora:latest
+
+before_script:
+ - dnf install 'dnf-command(copr)' git libtool make -y
+ - dnf copr enable @spice/nightly -y
+ - dnf builddep spice-gtk -y
+ - dnf install pyparsing -y
+ - dnf install redhat-rpm-config -y
+
+makecheck:
+ script:
+ - ./autogen.sh
+ - make
+ - make check
--
2.9.3
More information about the Spice-devel
mailing list