From 29a42507d75bf491501f7f6ad6b45958fc8d833c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Wed, 30 Oct 2024 15:09:35 +0100 Subject: [PATCH] WIP --- .github/workflows/build_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 5c07892..563103b 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -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