mirror of https://github.com/dirtbags/moth.git
More CI work
This commit is contained in:
parent
05ed4f315c
commit
7418a3c224
|
@ -43,7 +43,8 @@ build-win:
|
||||||
image: *goimage
|
image: *goimage
|
||||||
needs: ["Run unit tests"]
|
needs: ["Run unit tests"]
|
||||||
script:
|
script:
|
||||||
- apt install zip
|
- apt-get -y update
|
||||||
|
- apt-get -y install zip
|
||||||
- ./build/package/winbuild.sh
|
- ./build/package/winbuild.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue