Skip to content
Snippets Groups Projects
Commit 377f0bb2 authored by Remi Perenon's avatar Remi Perenon
Browse files

Setting back macOS documentation generation forgotten in merge request !51

parent 560b943c
No related branches found
No related tags found
No related merge requests found
Pipeline #7001 passed
......@@ -17,7 +17,7 @@ export MDANSE_APP_DIR=${CI_TEMP_DIR}/dist/MDANSE.app
export PYTHONPATH=${CI_TEMP_INSTALL_DIR}/lib/python2.7/site-packages:${PYTHONPATH}
# Build API
${PYTHONEXE} setup.py install --prefix=${CI_TEMP_INSTALL_DIR}
${PYTHONEXE} setup.py build_api build_help install --prefix=${CI_TEMP_INSTALL_DIR}
status=$?
if [ $status -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment