[pan] ci: add bare bones build
- From: Dominique Dumont <ddumont src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan] ci: add bare bones build
- Date: Fri, 23 Sep 2022 16:44:40 +0000 (UTC)
commit d0f830948004fadbaf7d7c67d7b5d94ef84900f1
Author: Dominique Dumont <dod debian org>
Date: Fri Sep 23 18:43:37 2022 +0200
ci: add bare bones build
to catch include issues hidden by #ifdef
.gitlab-ci.yml | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 219cd70..71545d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,3 +62,27 @@ build-ubuntu-gtk3:
- ../autogen.sh --with-gnutls --with-dbus --with-gmime-crypto --with-gtkspell --enable-libnotify
--enable-gkr --enable-manual
- make
- make distcheck
+
+build-ubuntu-gtk3-bare-bones:
+ image: ubuntu:rolling
+ stage: build
+ except:
+ - tags
+ before_script:
+ - apt-get update
+ - apt-get install -q -y --no-install-recommends
+ build-essential
+ autoconf
+ autopoint
+ automake
+ gettext
+ gcc
+ libglib2.0-dev-bin
+ libgtk-3-dev
+ libsecret-1-dev
+ yelp-tools
+ script:
+ - mkdir _build
+ - cd _build
+ - ../autogen.sh
+ - make
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]