ci: Add script to create the gitlab release.

Copied from the corresponding Wine script.
This commit is contained in:
Alexandre Julliard
2023-09-22 11:02:32 +02:00
parent 803dfc1246
commit 8d83b2eaec
Notes: Alexandre Julliard 2023-12-06 23:24:25 +01:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/360
2 changed files with 19 additions and 0 deletions

View File

@@ -2,8 +2,10 @@ stages:
- image
- build
- test
- deploy
include:
- local: "/gitlab/image.yml"
- local: "/gitlab/build.yml"
- local: "/gitlab/test.yml"
- local: "/gitlab/release.yml"