Skip to content
Snippets Groups Projects
Forked from wine / vkd3d
1166 commits behind the upstream repository.
This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 183 B
stages:
  - image
  - build
  - test
  - deploy

include:
  - local: "/gitlab/image.yml"
  - local: "/gitlab/build.yml"
  - local: "/gitlab/test.yml"
  - local: "/gitlab/release.yml"