mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-06 12:50:40 +02:00
WIP
This commit is contained in:
parent
1cbded04f8
commit
da5ba034b8
7
.github/workflows/build_docs.yml
vendored
7
.github/workflows/build_docs.yml
vendored
@ -35,9 +35,8 @@ jobs:
|
|||||||
run: conda install conda-build conda-verify pytest doxygen anaconda-client sphinx breathe pybind11 sphinx_rtd_theme nlohmann_json zeromq
|
run: conda install conda-build conda-verify pytest doxygen anaconda-client sphinx breathe pybind11 sphinx_rtd_theme nlohmann_json zeromq
|
||||||
|
|
||||||
- name: Build library
|
- name: Build library
|
||||||
run: mkdir build && cd build && cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON && make -j 2
|
run: mkdir build && cd build && cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON && make -j 2 && make docs
|
||||||
|
|
||||||
- name: Build docs
|
|
||||||
run: make docs
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user