Skip to content
Snippets Groups Projects
Commit 9f47ec21 authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

fixup [with doc]

parent 3bb2580f
No related branches found
No related tags found
No related merge requests found
Pipeline #128035 canceled
......@@ -19,6 +19,8 @@ CC="gcc-11" CXX="g++-11" FC="gfortran-11" cmake -DCMAKE_BUILD_TYPE=Release -DVER
-DPython3_EXECUTABLE="${PYTHON_EXECUTABLE}" -DPython3_INCLUDE_DIR="${PYTHON_INCLUDE_DIR}" -DPython3_LIBRARY="${PYTHON_LIBRARY}" \
-DWITH_DOCUMENTATION=on "${ROOT_DIR}"
CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4
## Workaround : distutils writes files to lib.linux-x86_64-cpython-310 dir and sphinx is looking into lib.linux-x86_64-3.10
ln -s ${BUILD_DIR}/build/$(ls ./build | grep '^lib') ${BUILD_DIR}/build/$(ls ./build | grep '^src'|sed 's/src/lib/')
CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4 doc
mv $CI_PROJECT_DIR/build/docs/build/html public
......
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