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>
Showing
- .gitlab-ci.yml 12 additions, 0 deletions.gitlab-ci.yml
- tools/gitlab/build-linux 28 additions, 0 deletionstools/gitlab/build-linux
- tools/gitlab/build-mac 17 additions, 0 deletionstools/gitlab/build-mac
- tools/gitlab/build.yml 80 additions, 0 deletionstools/gitlab/build.yml
- tools/gitlab/image.docker 62 additions, 0 deletionstools/gitlab/image.docker
- tools/gitlab/image.yml 21 additions, 0 deletionstools/gitlab/image.yml
- tools/gitlab/release.yml 22 additions, 0 deletionstools/gitlab/release.yml
- tools/gitlab/test.yml 73 additions, 0 deletionstools/gitlab/test.yml
.gitlab-ci.yml
0 → 100644
tools/gitlab/build-linux
0 → 100755
tools/gitlab/build-mac
0 → 100755
tools/gitlab/build.yml
0 → 100644
tools/gitlab/image.docker
0 → 100644
tools/gitlab/image.yml
0 → 100644
tools/gitlab/release.yml
0 → 100644
tools/gitlab/test.yml
0 → 100644
Please register or sign in to comment