Skip to content
Snippets Groups Projects
Verified Commit 0d9d1352 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Check for doxygen first.

parent 8f32ff47
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!50ENH: Values can hold empty vector
Pipeline #51695 passed
Pipeline: caosdb-julialib

#51700

    Pipeline: CaosDB Octave library

    #51699

      Pipeline: caosdb-cppinttest

      #51697

        ......@@ -80,6 +80,7 @@ conan: conan-install-deps conan-create
        .PHONY: conan
        doc:
        @doxygen --version || ( echo "Doxygen not found. Please install Doxygen first." ; exit 1 )
        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 ."
        ......
        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