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

fixup [with doc]

parent 9f47ec21
No related branches found
No related tags found
No related merge requests found
Pipeline #128036 failed
...@@ -22,6 +22,6 @@ CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4 ...@@ -22,6 +22,6 @@ 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 ## 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/') 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 CC="gcc-11" CXX="g++-11" FC="gfortran-11" make VERBOSE=1 -j4 doc
mv $CI_PROJECT_DIR/build/docs/build/html public mv ${BUILD_DIR}/docs/build/html public
exit 0 exit 0
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