mirror of https://github.com/dirtbags/moth.git
Include moth-devel.bat in win artifacts
This commit is contained in:
parent
cc0e5bba94
commit
60fdb0ddd8
|
@ -44,9 +44,11 @@ winbuild:
|
|||
needs: ["Run unit tests"]
|
||||
script:
|
||||
- GOOS=windows GOARCH=amd64 go build ./cmd/mothd
|
||||
- cp build/package/moth-devel.bat .
|
||||
artifacts:
|
||||
paths:
|
||||
- mothd.exe
|
||||
- moth-devel.bat
|
||||
- theme/*
|
||||
|
||||
push:
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
mkdir state
|
||||
mkdir puzzles
|
||||
echo devel > state/teamids.txt
|
||||
.\mothd.exe -puzzles puzzles
|
||||
|
|
Loading…
Reference in New Issue