Commit 30ec834c authored by Alexandre Julliard's avatar Alexandre Julliard

gitlab: Fetch the full git tree with all tags.

parent 97302f7c
......@@ -4,6 +4,8 @@
stage: build
image: $CI_REGISTRY/wine/wine:debian-bullseye
interruptible: true
variables:
GIT_DEPTH: 0
cache:
- paths:
- ccache/
......@@ -67,6 +69,8 @@ build-winetest:
- if: $CI_PIPELINE_SOURCE == 'trigger' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
needs:
- job: build-daily-linux
variables:
GIT_STRATEGY: none
artifacts:
name: winetest
paths:
......
......@@ -5,6 +5,7 @@
image: $CI_REGISTRY/wine/wine:debian-bullseye
interruptible: true
variables:
GIT_STRATEGY: none
GECKO_VER: 2.47.3
MONO_VER: 7.3.0
cache:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment