1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/.gitlab-ci.yml
Michael Stefaniuc d709299287 gitlab: Import the gitlab CI from the master branch (devel tree).
Original code written by Alexandre Julliard, Rémi Bernon and
Hugh McMaster.

Changes specific for stable:
- Do not run the build script on each commit.
  The build scripts are missing on the initially pulled commits.
  Also it is common for the stable build to be broken until a few
  commits are cherry-picked.
- Use the correct Gecko and Mono versions.
- Don't run the tests for now as too many fail.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2022-11-08 14:22:45 +01:00

12 lines
196 B
YAML

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