This commit is contained in:
@ -6,7 +6,7 @@ steps:
|
|||||||
- name: Build
|
- name: Build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go get ./..
|
- go get ./...
|
||||||
- go vet -v
|
- go vet -v
|
||||||
- env
|
- env
|
||||||
- GOOS="linux" go build -ldflags="-w -s" -o BackgroundDaemon-Linux
|
- GOOS="linux" go build -ldflags="-w -s" -o BackgroundDaemon-Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user