[libdmapsharing] .gitlab-ci.yml: build with --disable-tests, as tests fail -Werror
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] .gitlab-ci.yml: build with --disable-tests, as tests fail -Werror
- Date: Thu, 2 Jul 2020 23:45:19 +0000 (UTC)
commit 19ece8e065c24ba7ec57be05a0ea57bed4531a97
Author: W. Michael Petullo <mike flyn org>
Date: Thu Jul 2 18:45:11 2020 -0500
.gitlab-ci.yml: build with --disable-tests, as tests fail -Werror
.gitlab-ci.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b18dcb..ddab158 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,10 +9,9 @@ build-ubuntu:
- apt-get install -q -y --no-install-recommends autoconf automake avahi-daemon check gcc gtk-doc-tools
libavahi-client-dev libavahi-compat-libdnssd-dev libavahi-glib-dev libgdk-pixbuf2.0-dev libgee-0.8-dev
libglib2.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libsoup2.4-dev libtool pkg-config
script:
- - ./autogen.sh --with-mdns=avahi
+ - ./autogen.sh --with-mdns=avahi --disable-tests
- make CFLAGS="-Wall -Wextra -Werror"
- make clean
- - ./configure --with-mdns=dns_sd
+ - ./configure --with-mdns=dns_sd --disable-tests
- make CFLAGS="-Wall -Wextra -Werror"
- - make check
- make clean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]