Skip to content
Snippets Groups Projects
Unverified Commit 3c6470c0 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by Justin Carpentier
Browse files

test documentation in conda ci

parent 4b22d5fc
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ jobs:
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3) -DGENERATE_PYTHON_STUBS=ON -DHPP_FCL_HAS_QHULL=ON
cmake .. -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=$(which python3) -DGENERATE_PYTHON_STUBS=ON -DHPP_FCL_HAS_QHULL=ON -DBUILD_DOCUMENTATION=ON -DINSTALL_DOCUMENTATION=ON
make -j2
make build_tests
export CTEST_OUTPUT_ON_FAILURE=1
......
......@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- updated cmake module to fix documentation generation
- test documentation in conda ci
## [2.4.2] - 2024-03-06
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment