Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5c86db48 authored by hhakim's avatar hhakim
Browse files

Set pyfaust version in sphinx doc.

parent 67a92d60
No related branches found
No related tags found
No related merge requests found
Pipeline #839333 passed
......@@ -464,6 +464,7 @@ pages:
script:
- if [[ ! -d 'build' ]]; then mkdir build;fi; cd build
- 'cmake -DBUILD_WRAPPER_PYTHON=ON -DBUILD_WRAPPER_MATLAB=ON -DBUILD_DOCUMENTATION=ON -DCMAKE_INSTALL_PREFIX=/opt/local/faust -DCPACK_PACKAGE_FILE_NAME=faust-$CI_COMMIT_TAG -DCPACK_PACKAGE_VERSION=$CI_COMMIT_TAG -DEXCLUDE_FAUST_LIB_INSTALL=ON -DINCLUDE_ALL_SYS_INSTALL_INSTRUCS=ON -DGEN_SPHINX_DOC=ON ..'
- sed -i "s/project = '\(.*\)'/project = '\1 "${CI_COMMIT_TAG}"'/" ../sphinx/conf.py # put version of FAµST in sphinx doc
- make doc
- make doc_exclu_class_filtering
- make zip_data_archive # generate the FAµST data archive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment