Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kww
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
kww
Merge requests
!11
CI new mac tags
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI new mac tags
ci1
into
main
Overview
0
Commits
2
Pipelines
4
Changes
1
Merged
Wuttke, Joachim
requested to merge
ci1
into
main
1 year ago
Overview
0
Commits
2
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
main
version 2
bf7ded76
1 year ago
version 1
0a46fcc1
1 year ago
main (base)
and
latest version
latest version
35628813
2 commits,
1 year ago
version 2
bf7ded76
1 commit,
1 year ago
version 1
0a46fcc1
1 commit,
1 year ago
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
4
Options
@@ -21,9 +21,9 @@ native_Debian_clang:
-
build/*zip
expire_in
:
10 days
mac
3
:
mac
_x64
:
tags
:
-
mac
build3
-
mac
_x64
stage
:
build
script
:
&mac_build
-
mkdir build
@@ -36,9 +36,9 @@ mac3:
-
build/*zip
expire_in
:
10 days
mac
4
:
mac
_arm
:
tags
:
-
scgmac4
-
mac_arm
stage
:
build
script
:
&mac_build
-
mkdir build
Loading