File: .drone.yml

package info (click to toggle)
golang-github-drone-envsubst 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 156 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 105 bytes parent folder | download
1
2
3
4
5
6
7
8
kind: pipeline
name: default

steps:
- name: build
  image: golang:1.11
  commands:
  - go test -v ./...