Skip to content
Snippets Groups Projects
Commit 50b3ca1c authored by Lars Bilke's avatar Lars Bilke
Browse files

[ogs] Added lizard and cpp-dependencies to --docs.

parent 0685269f
No related branches found
No related tags found
No related merge requests found
......@@ -546,6 +546,17 @@ if local_args.cppcheck:
if local_args.docs:
Stage0 += packages(ospackages=["doxygen", "graphviz", "texlive-base"])
Stage0 += pip(pip="pip3", packages=["lizard"])
Stage0 += generic_cmake(
directory=f"cpp-dependencies-master",
cmake_opts=["-DWITH_BOOST=OFF"],
ldconfig=True,
url=f"https://github.com/tomtom-international/cpp-dependencies/archive/refs/heads/master.zip",
prefix="/usr/local/cpp-dependencies",
runtime_environment={"PATH": "/usr/local/cpp-dependencies/bin:$PATH"},
devel_environment={"PATH": "/usr/local/cpp-dependencies/bin:$PATH"},
toolchain=toolchain,
)
if local_args.gcovr:
Stage0 += pip(pip="pip3", packages=["gcovr"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment