Mentions légales du service

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

Enable non-documented *faust class filtering in gitlabpages generation.

parent cd1d16ed
No related branches found
No related tags found
No related merge requests found
Pipeline #833902 skipped
......@@ -233,6 +233,7 @@ pages:
- 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 ..'
- make doc
- make doc_exclu_class_filtering
- mkdir -p ../public/last-doc
- cp -Rf doc/html ../public/last-doc/
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment