Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
f041c464
Commit
f041c464
authored
Apr 12, 2022
by
Brad King
💬
Browse files
WIP: run ci on my fork
parent
2eccb05c
Pipeline
#286672
waiting for manual action with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f041c464
...
...
@@ -692,8 +692,6 @@ b:windows-vs2022-analyze:
-
.cmake_build_windows
-
.windows_tags_concurrent_vs2022
-
.run_manually
variables
:
CMAKE_CI_JOB_NIGHTLY
:
"
true"
# macOS builds
...
...
.gitlab/os-windows.yml
View file @
f041c464
...
...
@@ -237,7 +237,7 @@
.windows_tags_nonconcurrent_vs2022
:
tags
:
-
c
make
# Since this is a bare runner, pin to a project.
-
c
eox
-
windows
-
shell
-
vs2022
...
...
@@ -246,7 +246,7 @@
.windows_tags_nonconcurrent_vs2022_arm64
:
tags
:
-
c
make
# Since this is a bare runner, pin to a project.
-
c
eox
-
windows
-
shell
-
vs2022
...
...
@@ -255,7 +255,7 @@
.windows_tags_concurrent_vs2022
:
tags
:
-
c
make
# Since this is a bare runner, pin to a project.
-
c
eox
-
windows
-
shell
-
vs2022
...
...
@@ -264,7 +264,7 @@
.windows_tags_concurrent_vs2019
:
tags
:
-
c
make
# Since this is a bare runner, pin to a project.
-
c
eox
-
windows
-
shell
-
vs2019
...
...
@@ -273,7 +273,7 @@
.windows_tags_concurrent
:
tags
:
-
c
make
# Since this is a bare runner, pin to a project.
-
c
eox
-
windows
-
shell
-
concurrent
...
...
.gitlab/rules.yml
View file @
f041c464
...
...
@@ -5,7 +5,7 @@
-
if
:
'
$CMAKE_CI_PACKAGE
!=
null'
when
:
never
-
if
:
'
$CMAKE_CI_NIGHTLY
==
"true"'
when
:
on_success
when
:
manual
-
if
:
'
$CMAKE_CI_JOB_NIGHTLY
==
"true"'
when
:
never
-
if
:
'
$CMAKE_CI_PROJECT_CONTINUOUS_BRANCH
!=
null
&&
$CI_COMMIT_BRANCH
!=
null
&&
$CMAKE_CI_PROJECT_CONTINUOUS_BRANCH
==
$CI_COMMIT_BRANCH
&&
$CMAKE_CI_JOB_CONTINUOUS
==
"true"'
...
...
@@ -15,9 +15,7 @@
when
:
never
-
if
:
'
$CI_MERGE_REQUEST_ID'
when
:
manual
-
if
:
'
$CI_PROJECT_PATH
==
"cmake/cmake"
&&
$CI_PIPELINE_SOURCE
==
"schedule"'
when
:
on_success
-
if
:
'
$CI_PROJECT_PATH
==
"cmake/cmake"'
-
if
:
'
$CI_PROJECT_PATH
==
"brad.king/cmake"'
when
:
manual
-
when
:
never
...
...
@@ -26,7 +24,7 @@
-
if
:
'
$CMAKE_CI_PACKAGE
!=
null'
when
:
never
-
if
:
'
$CMAKE_CI_NIGHTLY
==
"true"'
when
:
on_success
when
:
manual
-
if
:
'
$CMAKE_CI_JOB_NIGHTLY
==
"true"'
when
:
never
-
if
:
'
$CMAKE_CI_PROJECT_CONTINUOUS_BRANCH
!=
null
&&
$CI_COMMIT_BRANCH
!=
null
&&
$CMAKE_CI_PROJECT_CONTINUOUS_BRANCH
==
$CI_COMMIT_BRANCH
&&
$CMAKE_CI_JOB_CONTINUOUS
==
"true"'
...
...
@@ -35,11 +33,8 @@
when
:
never
-
if
:
'
$CI_MERGE_REQUEST_ID'
when
:
on_success
-
if
:
'
$CI_PROJECT_PATH
==
"cmake/cmake"
&&
$CI_PIPELINE_SOURCE
==
"schedule"'
when
:
on_success
-
if
:
'
$CI_PROJECT_PATH
==
"cmake/cmake"'
when
:
delayed
start_in
:
5 minutes
-
if
:
'
$CI_PROJECT_PATH
==
"brad.king/cmake"'
when
:
manual
-
when
:
never
.run_dependent
:
...
...
@@ -58,7 +53,7 @@
when
:
never
-
if
:
'
$CI_MERGE_REQUEST_ID'
when
:
on_success
-
if
:
'
$CI_PROJECT_PATH
==
"
cmake
/cmake"'
-
if
:
'
$CI_PROJECT_PATH
==
"
brad.king
/cmake"'
when
:
on_success
-
when
:
never
...
...
Write
Preview
Supports
Markdown
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