Skip to content
Snippets Groups Projects
Commit 3b500f2a authored by Ammar Nejati's avatar Ammar Nejati
Browse files

[a.fixVersionDocs] GitLab-CI: add the proper Python framework path to...

[a.fixVersionDocs] GitLab-CI: add the proper Python framework path to versiondocs section (minor change) ()

Merging branch 'a.fixVersionDocs'  into 'main'.

See merge request !2024
parents 78844a6b edc7658d
No related branches found
No related tags found
1 merge request!2024GitLab-CI: add the proper Python framework path to versiondocs section (minor change)
Pipeline #115213 passed
......@@ -45,7 +45,7 @@ versiondocs:
- hugo version
- mkdir build
- cd build
- time cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_PREFIX_PATH=$QTCMAKE -DBATCH_MODE=ON
- time cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_PREFIX_PATH="$PYPLAT;$QTCMAKE" -DBATCH_MODE=ON
- time make -j8
- time make -j8 webdoc
- 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