wine/.gitlab-ci.yml
2022-07-26 22:37:48 +02:00

12 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"