mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Enable travis-ci
This commit is contained in:
parent
604fcd352d
commit
cdbf2837a6
11
.travis.yml
Normal file
11
.travis.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user