mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
dbc5e7d07c
A driver program is introduced to coordinate test running on Windows, similarly to what "make test" does on Linux and macOS.
10 lines
139 B
YAML
10 lines
139 B
YAML
stages:
|
|
- image
|
|
- build
|
|
- test
|
|
|
|
include:
|
|
- local: "/gitlab/image.yml"
|
|
- local: "/gitlab/build.yml"
|
|
- local: "/gitlab/test.yml"
|