# See https://git.osgeo.org/gitea/postgis/postgis-docker
# todo: add docker images from https://hub.docker.com/r/postgis/postgis-build-env/tags/
-
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.3
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-
---
-
-
+---
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.4
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-
---
-
+---
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.5
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-
---
-
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.6
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-
---
-
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-10
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
...