diff options
author | Victor Toso <me@victortoso.com> | 2020-03-09 21:30:37 +0100 |
---|---|---|
committer | Victor Toso <me@victortoso.com> | 2020-03-09 21:31:12 +0100 |
commit | 3b4b4d025d16c357e25a1d0bffedec99ad7e11e9 (patch) | |
tree | e4763a4d11ad66ecf7d00b367cde6beadd0f2930 | |
parent | 70d57b33578258fb8eb66ff06d5f8fd69afc10f9 (diff) |
ci: Use meson instead of autotools in spice-protocol
It was dropped in git master.
Signed-off-by: Victor Toso <victortoso@redhat.com>
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d31b0d..279c6f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,8 @@ variables: before_script: - dnf install -y $DEPS_COMMON - git clone https://gitlab.freedesktop.org/spice/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 fedora-autotools: script: |