mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Merge pull request #294 from pblottiere/focal_pg12_postgis3
Add CI for Postgresql 12 / Postgis 3.2 on Ubuntu 20.04
This commit is contained in:
commit
8c018c283c
@ -19,9 +19,6 @@ jobs:
|
||||
POSTGIS_VERSION: 2.5
|
||||
run: .github/scripts/postgresql_postgis.sh
|
||||
- name: Install and check PgPointCloud
|
||||
env:
|
||||
POSTGRESQL_VERSION: 12
|
||||
POSTGIS_VERSION: 2.5
|
||||
run: .github/scripts/pgpointcloud.sh
|
||||
- name: Error
|
||||
if: ${{ failure() }}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: "[ubuntu-18.04] PostgreSQL 12 and PostGIS 3"
|
||||
name: "[ubuntu-18.04] PostgreSQL 12 and PostGIS 3.2"
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -19,9 +19,6 @@ jobs:
|
||||
POSTGIS_VERSION: 3
|
||||
run: .github/scripts/postgresql_postgis.sh
|
||||
- name: Install and check PgPointCloud
|
||||
env:
|
||||
POSTGRESQL_VERSION: 12
|
||||
POSTGIS_VERSION: 3
|
||||
run: .github/scripts/pgpointcloud.sh
|
||||
- name: Error
|
||||
if: ${{ failure() }}
|
||||
25
.github/workflows/focal_postgres12_postgis32.yml
vendored
Normal file
25
.github/workflows/focal_postgres12_postgis32.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
name: "[ubuntu-20.04] PostgreSQL 12 and PostGIS 3.2"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Building and testing
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install PostgreSQL and PostGIS
|
||||
env:
|
||||
POSTGRESQL_VERSION: 12
|
||||
POSTGIS_VERSION: 3
|
||||
run: .github/scripts/postgresql_postgis.sh
|
||||
- name: Install and check PgPointCloud
|
||||
run: .github/scripts/pgpointcloud.sh
|
||||
- name: Error
|
||||
if: ${{ failure() }}
|
||||
run: cat pgsql/regression.diffs
|
||||
@ -10,6 +10,6 @@ https://pgpointcloud.github.io/pointcloud/ for more information.
|
||||
|
||||
## Continuous integration
|
||||
|
||||
| | PostGIS 2.5 | PostGIS 3 |
|
||||
| -------------- |:-------------:|:---------:|
|
||||
| PostgreSQL 12 |  |  |
|
||||
| | PostGIS 2.5 | PostGIS 3.2 |
|
||||
| -------------- |:-------------:|:-----------:|
|
||||
| PostgreSQL 12 |  | <br /> |
|
||||
|
||||
@ -135,15 +135,18 @@ Continuous Integration
|
||||
pgPointcloud tests are run with `Github Actions`_ on several Ubuntu versions
|
||||
and with various PostgreSQL/PostGIS releases:
|
||||
|
||||
+---------------+----------------+-----------------+
|
||||
| | PostGIS 2.5 | PostGIS 3 |
|
||||
+---------------+----------------+-----------------+
|
||||
| PostgreSQL 12 | |12_25| | |12_3| |
|
||||
+---------------+----------------+-----------------+
|
||||
+---------------+-----------------------+------------------------+
|
||||
| | PostGIS 2.5 | PostGIS 3.2 |
|
||||
+---------------+-----------------------+------------------------+
|
||||
| PostgreSQL 12 | |12_25_bionic| | - |12_32_bionic| |
|
||||
| | | - |12_32_focal| |
|
||||
+---------------+-----------------------+------------------------+
|
||||
|
||||
.. |12_25| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%202.5?label=Ubuntu%2018.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-18.04%5D+PostgreSQL+12+and+PostGIS+2.5%22
|
||||
.. |12_25_bionic| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%202.5?label=Ubuntu%2018.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-18.04%5D+PostgreSQL+12+and+PostGIS+2.5%22
|
||||
|
||||
.. |12_3| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%203?label=Ubuntu%2018.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-18.04%5D+PostgreSQL+12+and+PostGIS+3%22
|
||||
.. |12_32_bionic| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%203.2?label=Ubuntu%2018.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-18.04%5D+PostgreSQL+12+and+PostGIS+3.2%22
|
||||
|
||||
.. |12_32_focal| image:: https://img.shields.io/github/workflow/status/pgpointcloud/pointcloud/%5Bubuntu-20.04%5D%20PostgreSQL%2012%20and%20PostGIS%203.2?label=Ubuntu%2020.04&logo=github&style=plastic :target: https://github.com/pgpointcloud/pointcloud/actions?query=workflow%3A%22%5Bubuntu-20.04%5D+PostgreSQL+12+and+PostGIS+3.2%22
|
||||
|
||||
.. _`source`: https://github.com/hobu/laz-perf
|
||||
.. _`DockerHub`: https://hub.docker.com/_/postgres
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user