mirror of https://github.com/dirtbags/moth.git
actually build it
This commit is contained in:
parent
535276446c
commit
cc0e5bba94
|
@ -43,7 +43,7 @@ winbuild:
|
|||
image: *goimage
|
||||
needs: ["Run unit tests"]
|
||||
script:
|
||||
- GOOS=windows GOARCH=amd64 go build ./...
|
||||
- GOOS=windows GOARCH=amd64 go build ./cmd/mothd
|
||||
artifacts:
|
||||
paths:
|
||||
- mothd.exe
|
||||
|
|
Loading…
Reference in New Issue