ci: Fix build on gitlab

The build dependencies are installed based on spice package which does
not still contains orc-devel package needed by ORC check (cfr commit
"gstreamer: Check if ORC library can work", 14aee7cd74).

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
Frediano Ziglio 2017-08-31 22:43:53 +01:00
parent 03e28721a2
commit 0660e92017

View File

@ -1,7 +1,7 @@
image: fedora:latest
before_script:
- dnf install 'dnf-command(copr)' git libtool make libasan -y
- dnf install 'dnf-command(copr)' git libtool make libasan orc-devel -y
- dnf copr enable @spice/nightly -y
- dnf builddep spice -y