ci: Introduce a CI pipeline for GitLab.

This commit is contained in:
Giovanni Mascellani
2023-07-05 14:43:25 +02:00
committed by Alexandre Julliard
parent c39c5b3907
commit 4a3ad750e0
Notes: Alexandre Julliard 2023-08-29 22:15:58 +02:00
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/271
5 changed files with 115 additions and 0 deletions

7
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,7 @@
stages:
- image
- build
include:
- local: "/gitlab/image.yml"
- local: "/gitlab/build.yml"