2014-05-20 06:03:26 +00:00
|
|
|
image: go1.2
|
|
|
|
env:
|
|
|
|
- GOPATH=/var/cache/drone
|
2014-06-09 16:44:35 +00:00
|
|
|
services:
|
|
|
|
- postgres
|
2014-05-20 06:03:26 +00:00
|
|
|
script:
|
2014-06-10 06:20:04 +00:00
|
|
|
- export PGSTORE_TEST_CONN="postgres://postgres@127.0.0.1/test?sslmode=disable"
|
|
|
|
- psql -c 'create database test;' -U postgres -h 127.0.0.1
|
2014-05-20 06:03:26 +00:00
|
|
|
- make
|
|
|
|
- make test
|