d3d9/tests: Test the presentation parameters after creating a device.
[wine.git] / .gitlab-ci.yml
blob4f5ed6b68df14d1b871a9d5913d18c80927af18c
1 # main Gitlab CI script
3 stages:
4   - image
5   - build
6   - test
7   - deploy
9 include:
10   - local: "/tools/gitlab/image.yml"
11   - local: "/tools/gitlab/build.yml"
12   - local: "/tools/gitlab/test.yml"
13   - local: "/tools/gitlab/release.yml"