pointcloud/.github/workflows/xenial_postgres11_postgis25.yml
2020-04-12 15:06:20 +02:00

19 lines
500 B
YAML

name: "[ubuntu-16.04] PostgreSQL 11 and PostGIS 2.5"
on: [push, pull_request]
jobs:
build:
name: Building and testing
runs-on: ubuntu-16.04
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install PostgreSQL and PostGIS
env:
POSTGRESQL_VERSION: 11
POSTGIS_VERSION: 2.5
run: .github/scripts/postgresql_postgis.sh
- name: Install and check PgPointCloud
run: .github/scripts/pgpointcloud.sh