master
Kyra Zimmer 2020-08-13 12:47:25 +02:00
parent 70bb33e59c
commit a569074bbe
1 changed files with 8 additions and 4 deletions

View File

@ -12,13 +12,11 @@ default:
after_script:
- rm -rf tmp
build:
.build:
script:
- MTG_PATH=tmp/minetest_game-5.3.0 ./build.sh
- tar --exclude tmp/ --exclude-vcs -czf wbg.tar.gz *
artifacts:
name: wbg_build
expire_in: 6 mos
paths:
- menu
- mods
@ -28,11 +26,17 @@ build:
- README.md
exclude:
- "**/*.git*"
build_push:
extends: .build
artifacts:
name: wbg_build
expire_in: 6 mos
except:
- tags
build_tag:
extends: build
extends: .build
artifacts:
name: wbg_tag
expire_in: never