Skip to content
Snippets Groups Projects
Commit 7708ae3c authored by AlQuemist's avatar AlQuemist
Browse files

GitLab-CI: fix versiondocs section

After the removal of the old Python-API, the Python package must be built so
that it can be used to produce the Example figures.
parent fe0e98d1
No related branches found
No related tags found
1 merge request!2285GitLab-CI: fix versiondocs section
Pipeline #126436 passed
...@@ -45,7 +45,7 @@ versiondocs: ...@@ -45,7 +45,7 @@ versiondocs:
- hugo version - hugo version
- mkdir build - mkdir build
- cd build - cd build
- time cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_PREFIX_PATH="$PYPLAT;$QTCMAKE" -DBATCH_MODE=ON - time cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_PREFIX_PATH="$PYPLAT;$QTCMAKE" -DBA_PY_PACKAGE=ON -DBATCH_MODE=ON
- time make -j8 - time make -j8
- time make -j8 webdoc - time make -j8 webdoc
- rm -rf ~www/ba/git-main/hugo-public - rm -rf ~www/ba/git-main/hugo-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