[Spice-commits] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 12 12:43:58 UTC 2019


 .gitlab-ci.yml |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 1cdc3cc3b0c45c84f3a14f86460f0ed0221675f4
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue Feb 19 15:19:05 2019 +0000

    ci: Remove dependencies from copr build
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Snir Sheriber <ssheribe at redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92df9b5..43f09cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,12 +2,15 @@ image: fedora:latest
 
 before_script:
   - >
-    dnf install 'dnf-command(copr)' git libtool make libasan
+    dnf install git libtool make libasan
     python3 python3-six python3-pyparsing glib-networking
     meson ninja-build gdk-pixbuf2-devel
+    glib2-devel celt051-devel pixman-devel openssl-devel libjpeg-devel
+    libcacard-devel cyrus-sasl-devel lz4-devel opus-devel
+    gstreamer1-devel gstreamer1-plugins-base-devel
     -y
-  - dnf copr enable @spice/nightly -y
-  - dnf builddep spice -y
+  - git clone ${CI_REPOSITORY_URL/spice-common.git/spice-protocol.git}
+  - (cd spice-protocol && ./autogen.sh --prefix=/usr && make install)
 
 makecheck:
   script:


More information about the Spice-commits mailing list