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"]
|
needs: ["Run unit tests"]
|
||||||
script:
|
script:
|
||||||
- GOOS=windows GOARCH=amd64 go build ./cmd/mothd
|
- GOOS=windows GOARCH=amd64 go build ./cmd/mothd
|
||||||
|
- cp build/package/moth-devel.bat .
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- mothd.exe
|
- mothd.exe
|
||||||
|
- moth-devel.bat
|
||||||
- theme/*
|
- theme/*
|
||||||
|
|
||||||
push:
|
push:
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
|
mkdir state
|
||||||
|
mkdir puzzles
|
||||||
|
echo devel > state/teamids.txt
|
||||||
.\mothd.exe -puzzles puzzles
|
.\mothd.exe -puzzles puzzles
|
||||||
|
|
Loading…
Reference in New Issue