Module: wine Branch: stable Commit: d7092992875b1090d5427c02ec5609f0d8f3c1d0 URL: https://gitlab.winehq.org/wine/wine/-/commit/d7092992875b1090d5427c02ec5609f...
Author: Michael Stefaniuc mstefani@winehq.org Date: Mon Oct 24 21:58:20 2022 +0200
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
---
.gitlab-ci.yml | 12 +++++++ tools/gitlab/build-linux | 28 +++++++++++++++++ tools/gitlab/build-mac | 17 ++++++++++ tools/gitlab/build.yml | 80 +++++++++++++++++++++++++++++++++++++++++++++++ tools/gitlab/image.docker | 62 ++++++++++++++++++++++++++++++++++++ tools/gitlab/image.yml | 21 +++++++++++++ tools/gitlab/release.yml | 22 +++++++++++++ tools/gitlab/test.yml | 73 ++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 315 insertions(+)