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
66dee620
Commit
66dee620
authored
Apr 04, 2023
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Apr 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab: Do not run the build script on each commit.
There are too many commits at once in Stable.
parent
405c143c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build.yml
tools/gitlab/build.yml
+2
-2
No files found.
tools/gitlab/build.yml
View file @
66dee620
...
...
@@ -34,7 +34,7 @@ build-linux:
paths
:
-
usr/local/
script
:
-
git rebase $CI_MERGE_REQUEST_DIFF_BASE_SHA --exec
./tools/gitlab/build-linux
-
./tools/gitlab/build-linux
build-mac
:
extends
:
.wine-build
...
...
@@ -49,7 +49,7 @@ build-mac:
-
build32/config.log
script
:
-
export PATH="/usr/local/opt/ccache/libexec:$PATH"
-
git rebase $CI_MERGE_REQUEST_DIFF_BASE_SHA --exec
./tools/gitlab/build-mac
-
./tools/gitlab/build-mac
build-daily-linux
:
extends
:
.wine-build
...
...
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