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>
12 lines
196 B
YAML
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"
|