d2d1: Scale stroke width for D2D1_STROKE_TRANSFORM_TYPE_FIXED in DrawGeometry::ID2D1D...
[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"