Add woodpecker_yml

master
Regela 3 years ago
commit e3c821502d
  1. 13
      .woodpecker.yml

@ -0,0 +1,13 @@
pipeline:
build:
image: golang
commands:
- go get
- go build
- go test
services:
postgres:
image: postgres:9.4.5
environment:
- POSTGRES_USER=myapp
Loading…
Cancel
Save