[pan] run distcheck with gtk3
- From: Dominique Dumont <ddumont src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan] run distcheck with gtk3
- Date: Tue, 11 Jan 2022 07:52:20 +0000 (UTC)
commit db473c447de4c69c4f538b1819889e886f893ce5
Author: Dominique Dumont <dod debian org>
Date: Tue Jan 11 08:51:48 2022 +0100
run distcheck with gtk3
and no longer with gtk2 which is not the default option
.gitlab-ci.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3bf360..07251c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,6 @@ build-ubuntu-gtk2:
- tags
before_script:
- apt-get update
- # libgtk-3-dev is required by make distcheck step
- apt-get install -q -y --no-install-recommends
build-essential
autoconf
@@ -20,7 +19,6 @@ build-ubuntu-gtk2:
gettext
gcc
libgtk2.0-dev
- libgtk-3-dev
libgmime-3.0-dev
libnotify-dev
gnome-keyring
@@ -32,7 +30,7 @@ build-ubuntu-gtk2:
- cd _build
- ../autogen.sh --with-gtk2 --with-gnutls --with-dbus --with-gmime-crypto --without-gtkspell
--enable-libnotify --enable-gkr --enable-manual
- make
- - make distcheck
+ - make dist
build-ubuntu-gtk3:
image: ubuntu:rolling
@@ -64,4 +62,4 @@ build-ubuntu-gtk3:
- cd _build
- ../autogen.sh --with-gnutls --with-dbus --with-gmime-crypto --with-gtkspell --enable-libnotify
--enable-gkr --enable-manual
- make
- - make dist
+ - make distcheck
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]