mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-05 20:30:41 +02:00
WIP
This commit is contained in:
parent
5035c20aa4
commit
29a42507d7
4
.github/workflows/build_docs.yml
vendored
4
.github/workflows/build_docs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build packages but don't deploy
|
||||
name: Build the package using cmake then documentation
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@ -32,7 +32,7 @@ jobs:
|
||||
channels: conda-forge
|
||||
|
||||
- name: Prepare
|
||||
run: conda install conda-build conda-verify pytest anaconda-client sphinx breathe sphinx_rtd_theme
|
||||
run: conda install conda-build conda-verify pytest anaconda-client sphinx breathe sphinx_rtd_theme zeromq
|
||||
|
||||
- name: Build library
|
||||
run: mkdir build && cd build && cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON && make -j 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user