[Spice-devel] [PATCH spice] Add .gitlab-ci.yml

Pavel Grunt pgrunt at redhat.com
Mon Oct 31 15:51:26 UTC 2016


Signed-off-by: Pavel Grunt <pgrunt at redhat.com>
---
 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..26266c6
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,8 @@
+image: fedora:latest
+
+before_script:
+  - dnf install 'dnf-command(copr)' git libtool intltool make -y && dnf copr enable @spice/nightly -y && dnf builddep spice -y
+
+makecheck:
+  script:
+    - ./autogen.sh && make && make -C server check
-- 
2.10.1



More information about the Spice-devel mailing list