master
Kyra Zimmer 2020-08-13 13:18:38 +02:00
parent 9bf42693d4
commit 5588fe7bd7
1 changed files with 12 additions and 4 deletions

View File

@ -16,6 +16,8 @@ default:
script:
- MTG_PATH=tmp/minetest_game-5.3.0 ./build.sh
- tar --exclude tmp/ --exclude-vcs -czf wbg.tar.gz *
.build_with_artifact:
artifacts:
paths:
- menu
@ -28,15 +30,21 @@ default:
- "**/*.git*"
build_push:
extends: .build
extends: .build_with_artifact
artifacts:
name: wbg_build
expire_in: 1 mos
except:
- tags
only:
- pushes
- web
build_mr:
extends: .build
only:
- merge_requests
build_tag:
extends: .build
extends: .build_with_artifact
artifacts:
name: wbg_tag
expire_in: never