Skip to content
Snippets Groups Projects

F pipeline

Closed Timm Fitschen requested to merge f-pipeline into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading