Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
IP
elsa
Commits
b8bc2a2f
Commit
b8bc2a2f
authored
Nov 10, 2021
by
Nikola Dinev
Committed by
David Frank
Nov 18, 2021
Browse files
Ignore deleted files during cmake-lint
parent
0a3741e7
Pipeline
#747149
failed with stages
in 17 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
tools/ci_scripts/cmake-lint-test.sh
View file @
b8bc2a2f
...
...
@@ -10,7 +10,7 @@ ORANGE='\033[0;33m'
BLUE
=
'\033[0;34m'
NC
=
'\033[0m'
# No Color
files
=(
$(
git diff origin/master
--name-only
| egrep
".+(CMakeLists.txt|
\.
cmake(
\.
in)?)$"
)
)
files
=(
$(
git diff origin/master
--name-only
--diff-filter
=
d
| egrep
".+(CMakeLists.txt|
\.
cmake(
\.
in)?)$"
)
)
if
((
${#
files
[@]
}
))
;
then
cmake_lint_tool
=
false
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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