Skip to content
Snippets Groups Projects
Forked from wine / wine
15379 commits behind the upstream repository.
.gitlab-ci.yml 232 B
# 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"