[Git][debian-gis-team/postgis][experimental] 2 commits: debian/tests: Run core and sfcgal regression tests.

Christoph Berg gitlab at salsa.debian.org
Tue Jun 25 10:45:01 BST 2019



Christoph Berg pushed to branch experimental at Debian GIS Project / postgis


Commits:
46cc695c by Christoph Berg at 2019-06-25T09:38:11Z
debian/tests: Run core and sfcgal regression tests.

- - - - -
92148db0 by Christoph Berg at 2019-06-25T09:44:47Z
Add debian/.gitlab-ci.yml.

- - - - -


4 changed files:

- + debian/.gitlab-ci.yml
- debian/changelog
- debian/tests/control
- + debian/tests/regress


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
@@ -0,0 +1,6 @@
+include:
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+  - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+variables:
+  RELEASE: 'unstable'


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+postgis (3.0.0~alpha2+dfsg-2) UNRELEASED; urgency=medium
+
+  * debian/tests: Run core and sfcgal regression tests.
+  * Add debian/.gitlab-ci.yml.
+
+ -- Christoph Berg <myon at debian.org>  Tue, 25 Jun 2019 11:14:05 +0200
+
 postgis (3.0.0~alpha2+dfsg-1~exp1) experimental; urgency=medium
 
   * New upstream alpha release.


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Depends: @, postgresql-server-dev-all, postgresql-all
-Tests: test-extension-creation
+Tests: test-extension-creation regress
 Restrictions: needs-root, allow-stderr


=====================================
debian/tests/regress
=====================================
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -eux
+
+ln -sf /usr/bin/shp2pgsql /usr/bin/pgsql2shp loader
+
+for v in $(pg_buildext supported-versions); do
+  pg_virtualenv -v $v <<-EOF
+	set -eux
+	make -C regress/core -f Makefile.in check PERL=perl RUNTESTFLAGS="--extension --verbose"
+	make -C regress/sfcgal -f Makefile.in check PERL=perl RUNTESTFLAGS="--extension --verbose" HAVE_SFCGAL=yes
+	EOF
+done



View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/compare/aa0df9eb85c44c8349b291ba6d91e79e482f78e7...92148db05fc21f42b7889a0c3a1c9d65b2c1e11e

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/compare/aa0df9eb85c44c8349b291ba6d91e79e482f78e7...92148db05fc21f42b7889a0c3a1c9d65b2c1e11e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190625/4ee3db7c/attachment-0001.html>


More information about the Pkg-grass-devel mailing list