pointcloud/.github/workflows/bionic_postgres12_postgis3.yml
2020-06-18 21:37:50 +02:00

25 lines
660 B
YAML

name: "[ubuntu-18.04] PostgreSQL 12 and PostGIS 3"
on: [push, pull_request]
jobs:
build:
name: Building and testing
runs-on: ubuntu-18.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
env:
POSTGRESQL_VERSION: 12
POSTGIS_VERSION: 3
run: .github/scripts/pgpointcloud.sh
- name: Error
if: ${{ failure() }}
run: cat pgsql/regression.diffs