summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2018-12-23 18:05:46 +0000
committerFrediano Ziglio <fziglio@redhat.com>2019-01-23 19:15:44 +0000
commit3dfce50169cff6d896d34a2947ac43c0c0ff0f82 (patch)
tree6ea2b88c1a3f006a6594c2adc49666d82859c369 /.gitlab-ci.yml
parente5bc6f952ceb0de6aecc63e29a666434cca375fd (diff)
ci: Remove dependencies from copr build
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a757e7a3..9ce95c00 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 orc-devel
+ dnf install 'dnf-command(debuginfo-install)' git libtool make libasan orc-devel
python3 python3-six python3-pyparsing glib-networking
asciidoc bzip2 meson ninja-build
+ glib2-devel celt051-devel pixman-devel alsa-lib-devel openssl-devel libjpeg-turbo-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.git/spice-protocol.git}
+ - (cd spice-protocol && ./autogen.sh --prefix=/usr && make install)
makecheck:
script: