Skip to content

Commit

Permalink
Add basic buildkite pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Dec 12, 2018
1 parent 7a292e8 commit 65305aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
steps:
- label: "🔎"
command: go test ./...
plugins:
- golang#v2.0.0:
version: 1.11.1
import: github.com/buildkite/lifecycled
environment:
- GO111MODULE=on

0 comments on commit 65305aa

Please sign in to comment.