Skip to content

Commit

Permalink
1build project setup in 1build config
Browse files Browse the repository at this point in the history
  • Loading branch information
gopinath-langote authored Oct 11, 2019
1 parent d7ee693 commit 4b221f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 1build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
project: gopi
before: export GO111MODULE=on
commands:
- setup: go get -u golang.org/x/lint/golint
- test: go test -v -cover github.com/gopinath-langote/1build/testing -run . GOCACHE=off
- lint: go list ./... | xargs -L1 golint
- build: go build

0 comments on commit 4b221f6

Please sign in to comment.