Skip to content
Snippets Groups Projects
Verified Commit cbf9be36 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent 7415b226
No related branches found
No related tags found
1 merge request!43F pipeline
Pipeline #27333 failed
......@@ -79,7 +79,7 @@ conan: conan-install conan-create
.PHONY: conan
doc:
mkdir -p build && cd build && conan install .. -s $(CONAN_SETTINGS) \
mkdir -p build && cd build && conan install .. --build=missing -s $(CONAN_SETTINGS) \
&& cmake .. && cmake --build . --target doc-sphinx \
&& echo "The documentation starts at build/doc/sphinx_out/index.html ."
.PHONY: doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment