mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
8d83b2eaec
Copied from the corresponding Wine script.
12 lines
183 B
YAML
12 lines
183 B
YAML
stages:
|
|
- image
|
|
- build
|
|
- test
|
|
- deploy
|
|
|
|
include:
|
|
- local: "/gitlab/image.yml"
|
|
- local: "/gitlab/build.yml"
|
|
- local: "/gitlab/test.yml"
|
|
- local: "/gitlab/release.yml"
|