[geos-commits] [SCM] GEOS branch 3.12 updated. f8b3a946050bda40a8009a523659d1fd12975824

git at osgeo.org git at osgeo.org
Sun Nov 12 02:26:38 PST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, 3.12 has been updated
       via  f8b3a946050bda40a8009a523659d1fd12975824 (commit)
      from  2dc02907e17f52b4385414e9f7543f595753129f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f8b3a946050bda40a8009a523659d1fd12975824
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Nov 12 05:26:03 2023 -0500

    Try to test i386 bookworm to uncover GH-947 issues

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26ad7f3f3..65fe490d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,11 @@
-before_script:
-    - apt-get update -qq
-    - apt-get install -y --allow-unauthenticated build-essential cmake lsb-release
-    - lsb_release -a
-    - uname -a
-
-test:
+.build_definition: &build_definition
   except:
     - master
+  before_script:
+      - apt-get update -qq
+      - apt-get install -y --allow-unauthenticated build-essential cmake lsb-release
+      - lsb_release -a
+      - uname -a
   script:
     - mkdir build
     - cd build
@@ -14,3 +13,11 @@ test:
     - make V=0
     - install -m 755 /bin/true /usr/local/bin/git2cl
     - make distcheck
+
+test:
+  image: debian:bookworm
+  <<: *build_definition
+test32:
+  image: i386/debian:bookworm
+  <<: *build_definition
+

-----------------------------------------------------------------------

Summary of changes:
 .gitlab-ci.yml | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list