[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-349-g0fdfeb90d
git at osgeo.org
git at osgeo.org
Sun Nov 27 15:27:54 PST 2022
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 "PostGIS".
The branch, master has been updated
via 0fdfeb90de916f7aaa7634e8ae952faa4ed643f0 (commit)
from 56d525e779fa814893a2a3cf772c1980a270b0d9 (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 0fdfeb90de916f7aaa7634e8ae952faa4ed643f0
Author: Regina Obe <lr at pcorp.us>
Date: Sun Nov 27 18:27:45 2022 -0500
Delete gitlab ci file.
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 690762ee9..000000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-.build_definition: &build_definition
- except:
- - main
- before_script:
- - apt-get update -qq && apt-get install -y
- bison flex
- postgresql-14 postgresql-server-dev-14
- build-essential autoconf libtool libcunit1-dev
- xsltproc docbook-xsl docbook-mathml dblatex
- libproj-dev libgdal-dev libgeos-dev libjson-c-dev
- libprotobuf-c1 libprotobuf-c-dev protobuf-c-compiler
- - lsb_release -a
- - uname -a
- - service postgresql start
- - su -l postgres -c "createuser -s `whoami`"
- script:
- - ./autogen.sh
- - ./configure
- - make maintainer-clean
- - ./autogen.sh
- - chattr -R +i . # mark source tree as immutable
- - export SRCDIR="${PWD}"
- - echo "SRCDIR is ${SRCDIR}"
- - mkdir /tmp/build && cd /tmp/build
- - echo "Build dir is ${PWD}"
- - ${SRCDIR}/configure --without-raster CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
- - make
- - RUNTESTFLAGS=-v make check
- - RUNTESTFLAGS="-v --dumprestore" make check-regress
- - make install
- - RUNTESTFLAGS=-v make installcheck
- - RUNTESTFLAGS="-v --dumprestore" make installcheck
- - make distclean
- - ${SRCDIR}/utils/check_distclean.sh
-
-test:
- image: debian:bookworm
- <<: *build_definition
-
-test32:
- image: i386/debian:bookworm
- <<: *build_definition
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 42 ------------------------------------------
1 file changed, 42 deletions(-)
delete mode 100644 .gitlab-ci.yml
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list