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

Snir Sheriber ssheribe at redhat.com
Tue Feb 20 09:10:37 UTC 2018


Signed-off-by: Snir Sheriber <ssheribe at redhat.com>
---
 .gitlab-ci.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..b74e74f
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+image: fedora:latest
+
+before_script:
+    - dnf install 'dnf-command(copr)' automake autoconf libtool gcc-c++ -y
+    - dnf copr enable @spice/nightly -y
+    - dnf builddep spice-streaming-agent -y
+
+build_and_test:
+  script:
+    - autoreconf -fi
+    - ./configure
+    - make
+    - make check
-- 
2.14.3



More information about the Spice-devel mailing list