diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7460fb0..d8e79e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/build/package/moth-devel.bat b/build/package/moth-devel.bat index 6cc02f6..65b61b0 100644 --- a/build/package/moth-devel.bat +++ b/build/package/moth-devel.bat @@ -1 +1,4 @@ +mkdir state +mkdir puzzles +echo devel > state/teamids.txt .\mothd.exe -puzzles puzzles