forked from postgis/postgis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
28 lines (28 loc) · 1.09 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
env:
global:
- PGUSER=postgres
- RUNTESTFLAGS=-v
before_install:
#- rm .travis.yml
- sudo apt-get update
#- apt-cache search libgdal
- sudo apt-get purge -q postgresql-9.3 postgresql-9.2 postgresql-9.1-postgis-scripts postgresql-9.2-postgis-scripts postgresql-9.3-postgis-scripts postgresql-client postgresql-client-9.2 postgresql-client-9.3 liblwgeom-2.1.3 postgis
- sudo apt-get autoremove -q --purge
- sudo apt-get install -q build-essential flex autoconf libtool gfortran postgresql-server-dev-9.1 postgresql-client-9.1 postgresql-9.1 xsltproc libjson0-dev libproj-dev dblatex xsltproc libcunit1-dev libcunit1 docbook-xsl docbook-mathml libgdal-dev libgeos-dev
- dpkg -l | grep postgresql
- git config --global user.name "PostGIS Travis CI"
- git config --global user.email $HOSTNAME":not-for-mail@travis-ci.org"
- ./autogen.sh
language: c
compiler:
- gcc
notifications:
email: false
irc:
channels:
- "irc.freenode.org#postgis"
on_success: change
on_failure: always
use_notice: true
#after_failure:
# - cat /tmp/pgis_reg/*