pgstorex/.drone.yml

11 lines
231 B
YAML
Raw Normal View History

2014-05-20 06:03:26 +00:00
image: go1.2
env:
- GOPATH=/var/cache/drone
- PGSTORE_TEST_CONN="postgres://postgres@localhost:5432/testDb?sslmode=verify-none"
services:
- postgres
2014-05-20 06:03:26 +00:00
script:
- createdb -h localhost -U postgres testDb
2014-05-20 06:03:26 +00:00
- make
- make test