Add badge

This commit is contained in:
Blottiere Paul 2020-04-12 00:46:48 +02:00
parent ac7f0e65e4
commit 74bb6a308d
7 changed files with 39 additions and 7 deletions

View File

@ -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]

View File

@ -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
View 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/*

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -1,11 +1,26 @@
[![Build Status](https://travis-ci.org/pgpointcloud/pointcloud.svg?branch=master)](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 | ![](https://img.shields.io/github/workflow/status/pblottiere/pointcloud/%5Bubuntu-16.04%5D%20PostgreSQL%209.6%20and%20PostGIS%202.5?label=CI&logo=github&style=plastic) |
| PostgreSQL 10 | ![](https://img.shields.io/github/workflow/status/pblottiere/pointcloud/%5Bubuntu-16.04%5D%20PostgreSQL%2010%20and%20PostGIS%202.5?label=CI&logo=github&style=plastic) |
| PostgreSQL 11 | ![](https://img.shields.io/github/workflow/status/pblottiere/pointcloud/%5Bubuntu-16.04%5D%20PostgreSQL%2011%20and%20PostGIS%202.5?label=CI&logo=github&style=plastic) |
### Ubuntu 18.04
| | PostGIS 2.5 | PostGIS 3 |
| -------------- |:-------------:|:---------:|
| PostgreSQL 12 | ![](https://img.shields.io/github/workflow/status/pblottiere/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%202.5?label=CI&logo=github&style=plastic) | ![](https://img.shields.io/github/workflow/status/pblottiere/pointcloud/%5Bubuntu-18.04%5D%20PostgreSQL%2012%20and%20PostGIS%203?label=CI&logo=github&style=plastic) |
## Build/Install ##