summaryrefslogtreecommitdiff
path: root/.drone.yml
blob: 9a7aef0e6a5f6562e94acef42ba4dd863706e4bc (plain)
1
2
3
4
5
6
build:
  image: golang
  commands:
    - go get
    - go build
    - go test ./cryptfs