Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
30ec834c
Commit
30ec834c
authored
Sep 09, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab: Fetch the full git tree with all tags.
parent
97302f7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
build.yml
tools/gitlab/build.yml
+4
-0
test.yml
tools/gitlab/test.yml
+1
-0
No files found.
tools/gitlab/build.yml
View file @
30ec834c
...
...
@@ -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
:
...
...
tools/gitlab/test.yml
View file @
30ec834c
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment