mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Add badge
This commit is contained in:
parent
ac7f0e65e4
commit
74bb6a308d
@ -1,4 +1,4 @@
|
||||
name: "[Ubuntu Bionic] PostgreSQL 12 / PostGIS 2.5"
|
||||
name: "[ubuntu-18.04] PostgreSQL 12 and PostGIS 2.5"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: "[Ubuntu Bionic] PostgreSQL 12 / PostGIS 3"
|
||||
name: "[ubuntu-18.04] PostgreSQL 12 and PostGIS 3"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
||||
17
.github/workflows/code_layout.yml
vendored
Normal file
17
.github/workflows/code_layout.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: "Code layout"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
code:
|
||||
name: Code layout
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Install nvm
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '8'
|
||||
- name: Linter
|
||||
run: |
|
||||
npm install -g eclint@1.1.5
|
||||
eclint check * */* */cunit/*
|
||||
@ -1,4 +1,4 @@
|
||||
name: "[Ubuntu Xenial] PostgreSQL 10 / PostGIS 2.5"
|
||||
name: "[ubuntu-16.04] PostgreSQL 10 and PostGIS 2.5"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: "[Ubuntu Xenial] PostgreSQL 11 / PostGIS 2.5"
|
||||
name: "[ubuntu-16.04] PostgreSQL 11 and PostGIS 2.5"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
name: "[Ubuntu Xenial] PostgreSQL 9.6 / PostGIS 2.5"
|
||||
name: "[ubuntu-16.04] PostgreSQL 9.6 and PostGIS 2.5"
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
|
||||
19
README.md
19
README.md
@ -1,11 +1,26 @@
|
||||
[](https://travis-ci.org/pgpointcloud/pointcloud)
|
||||
|
||||
# Pointcloud #
|
||||
|
||||
A PostgreSQL extension for storing point cloud (LIDAR) data.
|
||||
|
||||
- Mailing list: http://lists.osgeo.org/mailman/listinfo/pgpointcloud/
|
||||
|
||||
## Status
|
||||
|
||||
### Ubuntu 16.04
|
||||
|
||||
| | PostGIS 2.5 |
|
||||
| -------------- |:-------------:|
|
||||
| PostgreSQL 9.6 |  |
|
||||
| PostgreSQL 10 |  |
|
||||
| PostgreSQL 11 |  |
|
||||
|
||||
### Ubuntu 18.04
|
||||
|
||||
|
||||
| | PostGIS 2.5 | PostGIS 3 |
|
||||
| -------------- |:-------------:|:---------:|
|
||||
| PostgreSQL 12 |  |  |
|
||||
|
||||
|
||||
## Build/Install ##
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user