mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2026-01-18 16:04:21 +00:00
Add PostgreSQL 17 pipeline
This commit is contained in:
parent
e81e6b2f4d
commit
db2c207f16
28
.github/workflows/jammy_postgres17_postgis33.yml
vendored
Normal file
28
.github/workflows/jammy_postgres17_postgis33.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
name: "[ubuntu-22.04] PostgreSQL 17 and PostGIS 3.3"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Building and testing
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install PostgreSQL and PostGIS
|
||||
env:
|
||||
POSTGRESQL_VERSION: 17
|
||||
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
|
||||
- name: Dump and restore tests
|
||||
run: .github/scripts/test_dump_restore.sh
|
||||
Loading…
x
Reference in New Issue
Block a user