mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-07 11:32:59 +00:00
ci: Fix build of spice-protocol
spice-protocol is not using Autoconf anymore. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
31a14b20d0
commit
35a9debe93
@ -10,7 +10,8 @@ before_script:
|
||||
gstreamer1-devel gstreamer1-plugins-base-devel
|
||||
-y
|
||||
- git clone ${CI_REPOSITORY_URL/spice-common.git/spice-protocol.git}
|
||||
- (cd spice-protocol && ./autogen.sh --prefix=/usr && make install)
|
||||
- meson --buildtype=release spice-protocol build-spice-protocol --prefix=/usr --werror
|
||||
- ninja -C build-spice-protocol install
|
||||
|
||||
makecheck:
|
||||
script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user