Skip to content
Snippets Groups Projects
Commit a68e368e authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI Debian: no more need for CMAKE_PREFIX_PATH

parent e339ac71
No related branches found
No related tags found
1 merge request!2501CI Debian run under pyenv, and other cleanup in gitlab-ci script
Pipeline #139078 passed
......@@ -21,7 +21,7 @@ native_Debian:
- env
- mkdir build
- cd build
- time cmake .. -GNinja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_PREFIX_PATH="$QTCMAKE" -DZERO_TOLERANCE=ON -DDEVELOPER_CHECKS=ON
- time cmake .. -GNinja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DZERO_TOLERANCE=ON -DDEVELOPER_CHECKS=ON
- time ninja
- time xvfb-run -a ctest -j16 --output-on-failure
- time ninja package_source
......@@ -44,7 +44,7 @@ versiondocs:
- hugo version
- mkdir 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 -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.
Please register or to comment