mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-03 03:20:40 +02:00
added missing section
This commit is contained in:
parent
3970320635
commit
fd4175ecb2
8
.github/workflows/build_docs.yml
vendored
8
.github/workflows/build_docs.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Prepare
|
||||
run: conda install doxygen sphinx=7.1.2 breathe pybind11 sphinx_rtd_theme furo nlohmann_json zeromq fmt numpy
|
||||
|
||||
- name: Build library
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
@ -46,6 +46,12 @@ jobs:
|
||||
make -j 2
|
||||
make docs
|
||||
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
# Execute tests defined by the CMake configuration.
|
||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
||||
run: ctest -C ${{env.BUILD_TYPE}} -j1
|
||||
|
||||
- name: Upload static files as artifact
|
||||
id: deployment
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user