mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
10 lines
137 B
YAML
10 lines
137 B
YAML
|
# main Gitlab CI script
|
||
|
|
||
|
stages:
|
||
|
- image
|
||
|
- build
|
||
|
|
||
|
include:
|
||
|
- local: "/tools/gitlab/image.yml"
|
||
|
- local: "/tools/gitlab/build.yml"
|