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