pgstorex/.drone.yml

11 lines
227 B
YAML

image: go1.2
env:
- GOPATH=/var/cache/drone
- PGSTORE_TEST_CONN="postgres://postgres@localhost:5432/testDb?sslmode=disable"
services:
- postgres
script:
- createdb -h localhost -U postgres testDb
- make
- make test