mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
11 lines
187 B
YAML
11 lines
187 B
YAML
# main Gitlab CI script
|
|
|
|
stages:
|
|
- image
|
|
- build
|
|
- deploy
|
|
|
|
include:
|
|
- local: "/tools/gitlab/image.yml"
|
|
- local: "/tools/gitlab/build.yml"
|
|
- local: "/tools/gitlab/release.yml"
|