[libdmapsharing/LIBDMAPSHARING_3_0] .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/LIBDMAPSHARING_3_0] .gitlab-ci.yml: build with --disable-tests, as tests fail -Werror
- Date: Fri, 3 Jul 2020 14:07:52 +0000 (UTC)
commit 67842a5f5ffa420aed045b70727ec09f08a3b4a7
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 25676bc..155a7fc 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 libgtk2.0-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]