Skip to content

Commit

Permalink
update docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mauneyc-LANL committed Jun 7, 2023
1 parent 041ba89 commit 0de14e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
- name: build code
run: |
mkdir -p build
cmake -DSINGULARITY_BUILD_PYTHON=ON -DSINGULARITY_USE_HDF5=OFF -DSINGULARITY_USE_FORTRAN=OFF -B build .
cmake -DSINGULARITY_BUILD_PYTHON=ON \
-DSINGULARITY_USE_SPINER=ON \
-DSINGULARITY_USE_SPINER_WITH_HDF5=OFF \
-DSINGULARITY_FORCE_SUBMODULE_MODE=ON \
-B build .
cmake --build build
sudo cmake --install build
- name: build docs
Expand Down

0 comments on commit 0de14e5

Please sign in to comment.