This commit is contained in:
Erik Fröjdh 2024-10-30 15:09:35 +01:00
parent 5035c20aa4
commit 29a42507d7

View File

@ -1,4 +1,4 @@
name: Build packages but don't deploy name: Build the package using cmake then documentation
on: on:
workflow_dispatch: workflow_dispatch:
@ -32,7 +32,7 @@ jobs:
channels: conda-forge channels: conda-forge
- name: Prepare - 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 - 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