Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
packaging_ci
Commits
a71df7bd
Commit
a71df7bd
authored
Sep 23, 2022
by
Alejandro Lopez Gestoso
Browse files
Fixed bug on regex expresion
parent
570e7e64
Changes
1
Hide whitespace changes
Inline
Side-by-side
packaging-ci.yml
View file @
a71df7bd
...
...
@@ -12,7 +12,7 @@
##Install dependencies
#- apt -y install iri-dep1-dev iri-dep2-dev
# Read dependencies from CMakeLists.txt
-
DEP=( $(grep -P '\s
+
SET\(CPACK_DEBIAN_PACKAGE_DEPENDS\s+"' CMakeLists.txt | grep -v '#') ) || echo " Package iri-$PACKAGE_NAME-dev without dependencies"
-
DEP=( $(grep -P '\s
?
SET\(CPACK_DEBIAN_PACKAGE_DEPENDS\s+"' CMakeLists.txt | grep -v '#') ) || echo " Package iri-$PACKAGE_NAME-dev without dependencies"
-
declare -a DEP
-
|+
for ((i=1;i<${#DEP[@]};i+=3))
...
...
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