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
mobile_robotics
ADC
libraries
opendrive_to_gazebo
Commits
769a372a
Commit
769a372a
authored
Apr 19, 2021
by
Alejandro Lopez Gestoso
Browse files
Added libboost-all and iri-autonomous-driving-tools dependencies on package generation
parent
94268453
Pipeline
#6502
passed with stages
in 1 minute and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
769a372a
...
...
@@ -11,8 +11,8 @@ build-package:
-
apt update || apt -y install ca-certificates && apt update
# Uncomment to install dependencies
# - apt -y install iri-<package_name>-dev
-
apt -y install iri-iriutils-dev
-
apt install -y libxerces-c-dev xsdcxx
-
apt -y install iri-iriutils-dev
iri-autonomous-driving-tools-dev
-
apt install -y libxerces-c-dev xsdcxx
libboost-all-dev
-
mkdir -pv build
-
cd build
-
cmake -D CMAKE_BUILD_TYPE=RELEASE -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG ..
...
...
CMakeLists.txt
View file @
769a372a
...
...
@@ -91,7 +91,7 @@ IF (UNIX)
# Uncomment to add dependencies comma separated
# SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-<package_name>-dev (>= 1.0~${DISTRIB})")
SET
(
CPACK_DEBIAN_PACKAGE_DEPENDS
"iri-iriutils-dev (>= 1.0~
${
DISTRIB
}
), libxerces-c-dev (>= 1.0~
${
DISTRIB
}
), xsdcxx (>= 1.0~
${
DISTRIB
}
)"
)
SET
(
CPACK_DEBIAN_PACKAGE_DEPENDS
"iri-iriutils-dev (>= 1.0~
${
DISTRIB
}
),
iri-autonomous-driving-tools-dev (>= 1.0~
${
DISTRIB
}
),
libxerces-c-dev (>= 1.0~
${
DISTRIB
}
), xsdcxx (>=
1.0~
${
DISTRIB
}
), libboost-all-dev (>=
1.0~
${
DISTRIB
}
)"
)
INCLUDE
(
CPack
)
ELSE
(
UNIX
)
...
...
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