Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vulkan2021
VkCV Framework
Merge requests
!78
Resolve "MacOS Support"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "MacOS Support"
86-macos-support
into
develop
Overview
35
Commits
18
Pipelines
20
Changes
1
Merged
Josch Morgenstern
requested to merge
86-macos-support
into
develop
3 years ago
Overview
35
Commits
18
Pipelines
20
Changes
1
Expand
Closes
#86 (closed)
Edited
3 years ago
by
Josch Morgenstern
0
0
Merge request reports
Viewing commit
3652d594
Prev
Next
Show latest version
1 file
+
3
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
3652d594
[
#86
] change job name to mac
· 3652d594
Josch Morgenstern
authored
3 years ago
.gitlab-ci.yml
+
3
−
3
Options
variables
:
variables
:
RUN
:
RUN
:
value
:
"
all"
value
:
"
all"
description
:
"
The
tests
that
should
run.
Possible
values:
ubuntu,
win,
osx
,
all."
description
:
"
The
tests
that
should
run.
Possible
values:
ubuntu,
win,
mac
,
all."
GIT_DEPTH
:
1
GIT_DEPTH
:
1
stages
:
stages
:
@@ -51,10 +51,10 @@ build_win10_msvc:
@@ -51,10 +51,10 @@ build_win10_msvc:
-
cmake -DCMAKE_BUILD_TYPE=Debug ..
-
cmake -DCMAKE_BUILD_TYPE=Debug ..
-
cmake --build .
-
cmake --build .
build_
osx
_clang
:
build_
mac
_clang
:
only
:
only
:
variables
:
variables
:
-
$RUN =~ /\b
osx
.*/i || $RUN =~ /\ball.*/i
-
$RUN =~ /\b
mac
.*/i || $RUN =~ /\ball.*/i
stage
:
build
stage
:
build
tags
:
tags
:
-
catalina-clang-cached
-
catalina-clang-cached
Loading