master
Kyra Zimmer 2020-08-13 12:31:55 +02:00
parent 8620e24708
commit 0f66d738a4
1 changed files with 16 additions and 1 deletions

View File

@ -17,6 +17,21 @@ build:
- MTG_PATH=tmp/minetest_game-5.3.0 ./build.sh
- tar --exclude tmp/ --exclude-vcs -czf wbg.tar.gz *
artifacts:
expire_in: never
name: wbg_build
expire_in: 6 mos
paths:
- "*"
exclude:
- ".git*"
- "**/*.git*"
except:
- tags
build_tag:
extends: build
artifacts:
name: wbg_release
expire_in: never
only:
- tags
image: registry.gitlab.com/gitlab-org/release-cli:latest