1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/.gitlab-ci.yml
Alexandre Julliard 889fe64d9f gitlab: Initial version of the Gitlab CI scripts.
Derived in part from the freedesktop.org config.
2022-07-25 23:06:57 +02:00

9 lines
137 B
YAML

# main Gitlab CI script
stages:
- image
- build
include:
- local: "/tools/gitlab/image.yml"
- local: "/tools/gitlab/build.yml"