gitlab: Import the gitlab CI from the master branch (devel tree).
commitd7092992875b1090d5427c02ec5609f0d8f3c1d0
authorMichael Stefaniuc <mstefani@winehq.org>
Mon, 24 Oct 2022 19:58:20 +0000 (24 21:58 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Nov 2022 13:22:45 +0000 (8 14:22 +0100)
tree989500cdb1f2252d5796de5568c737845e059b4d
parent56eeaa9b30962cd3ad11a47f1d4f8dfb858e03a9
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 [new file with mode: 0644]
tools/gitlab/build-linux [new file with mode: 0755]
tools/gitlab/build-mac [new file with mode: 0755]
tools/gitlab/build.yml [new file with mode: 0644]
tools/gitlab/image.docker [new file with mode: 0644]
tools/gitlab/image.yml [new file with mode: 0644]
tools/gitlab/release.yml [new file with mode: 0644]
tools/gitlab/test.yml [new file with mode: 0644]