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.