Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wenqing
ogs
Commits
f3125d7f
Verified
Commit
f3125d7f
authored
Jun 24, 2020
by
Lars Bilke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] Renamed checks to check.
parent
b5a995f4
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
scripts/ci/jobs/build-docs.yml
scripts/ci/jobs/build-docs.yml
+1
-1
scripts/ci/jobs/check-header.yml
scripts/ci/jobs/check-header.yml
+1
-1
scripts/ci/jobs/checks.yml
scripts/ci/jobs/checks.yml
+2
-2
scripts/ci/jobs/clang-sanitizer.yml
scripts/ci/jobs/clang-sanitizer.yml
+1
-1
scripts/ci/jobs/clang-tidy.yml
scripts/ci/jobs/clang-tidy.yml
+1
-1
scripts/ci/jobs/code-quality.yml
scripts/ci/jobs/code-quality.yml
+1
-1
scripts/ci/jobs/pre-commit.yml
scripts/ci/jobs/pre-commit.yml
+1
-1
scripts/ci/jobs/web.yml
scripts/ci/jobs/web.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
f3125d7f
stages
:
-
pre-check
s
-
pre-check
-
build
-
check
s
-
check
-
gui
-
package
...
...
scripts/ci/jobs/build-docs.yml
View file @
f3125d7f
...
...
@@ -22,7 +22,7 @@ build docs:
expire_in
:
1 week
check docs links
:
stage
:
check
s
stage
:
check
image
:
$WEB_IMAGE
needs
:
-
job
:
build docs
...
...
scripts/ci/jobs/check-header.yml
View file @
f3125d7f
check header
:
stage
:
check
s
stage
:
check
tags
:
-
docker
extends
:
...
...
scripts/ci/jobs/checks.yml
View file @
f3125d7f
compiler warnings
:
stage
:
check
s
stage
:
check
variables
:
GIT_STRATEGY
:
none
allow_failure
:
true
...
...
@@ -19,7 +19,7 @@ compiler warnings:
ctest results
:
stage
:
check
s
stage
:
check
variables
:
GIT_STRATEGY
:
none
tags
:
...
...
scripts/ci/jobs/clang-sanitizer.yml
View file @
f3125d7f
clang sanitizer
:
stage
:
check
s
stage
:
check
tags
:
-
docker
extends
:
...
...
scripts/ci/jobs/clang-tidy.yml
View file @
f3125d7f
clang tidy
:
stage
:
check
s
stage
:
check
tags
:
-
docker
extends
:
...
...
scripts/ci/jobs/code-quality.yml
View file @
f3125d7f
code_quality
:
stage
:
check
s
stage
:
check
extends
:
-
.defaults
rules
:
...
...
scripts/ci/jobs/pre-commit.yml
View file @
f3125d7f
pre commit
:
stage
:
pre-check
s
stage
:
pre-check
image
:
name
:
$PRECOMMIT_IMAGE
extends
:
...
...
scripts/ci/jobs/web.yml
View file @
f3125d7f
web url checker
:
stage
:
check
s
stage
:
check
tags
:
-
docker
extends
:
...
...
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