[pdal] PostGIS for Travis CI configuration

Howard Butler hobu.inc at gmail.com
Thu Jun 27 08:21:05 PDT 2013


On Jun 27, 2013, at 4:12 AM, Mateusz Loskot <mateusz at loskot.net> wrote:

> Folks,
> 
> I added basic setup of Travis CI service for PDAL.
> The status page is available here
> 
> https://travis-ci.org/PDAL/PDAL
> 
> In next iterations, I'm going to configure build with all features,
> so all tests are run.
> 

Thanks for doing this! This will allow me to shutdown http://jenkins.pointcloud.org when the server it is hosted on is decommissioned at the end of August.

> Travis CI uses Ubuntu 12.04, so it installs some newer packages
> from ppa:ubuntugis, like GDAL 1.9.
> I have question about PostgreSQL/PostGIS, what versions we
> need in order to build with -DWITH_PGPOINTCLOUD=ON?
> 
> Are we fine with stable
> ppa:ubuntugis/ppa
> or
> ppa:ubuntugis/ubuntugis-unstable
> or
> do we need to build PostGIS?


I don't see any integrated tests on the PDAL side for pgpointcloud, so I'm assuming that all testing related to Paul's efforts exist on the extension (rather than PDAL) side for now. We don't need to build PostGIS, just pgpointcloud, and install the extension before testing it.

Howard


More information about the pdal mailing list