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
|
image: *goimage
|
||||||
needs: ["Run unit tests"]
|
needs: ["Run unit tests"]
|
||||||
script:
|
script:
|
||||||
- GOOS=windows GOARCH=amd64 go build ./...
|
- GOOS=windows GOARCH=amd64 go build ./cmd/mothd
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- mothd.exe
|
- mothd.exe
|
||||||
|
|
Loading…
Reference in New Issue