From cdbf2837a63df201111ec36e790591f66960f5e9 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 4 Feb 2015 10:04:09 +0100 Subject: [PATCH] Enable travis-ci --- .travis.yml | 11 +++++++++++ README.md | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..32f3879 --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index c5e4c24..39c2aeb 100644 --- a/README.md +++ b/README.md @@ -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.