Enable travis-ci

This commit is contained in:
Sandro Santilli 2015-02-04 10:04:09 +01:00
parent 604fcd352d
commit cdbf2837a6
2 changed files with 14 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: c
before_install:
- sudo apt-get install -q postgresql-server-dev-9.3 libcunit1-dev
before_script: ./autogen.sh
script:
- ./configure
- make
- make check

View File

@ -1,3 +1,6 @@
[![Build Status](https://secure.travis-ci.org/pgpointcloud/pointcloud.png)]
(http://travis-ci.org/pgpointcloud/pointcloud)
# Pointcloud #
A PostgreSQL extension for storing point cloud (LIDAR) data.