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

Merge remote-tracking branch 'origin/main' into docker1

parents d20fd17b 8e72b11e
No related branches found
No related tags found
1 merge request!2515Debian/oldstable docker container for packaging (#942)
......@@ -24,7 +24,7 @@ native_Debian:
# NOTE: CMake's Ninja generator should not be used with CMake < 3.26 due to internal bugs.
- time cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_PREFIX_PATH="$QTCMAKE" $CHECK_FLAGS
- time make -j16
- time xvfb-run -a ctest -j16 --output-on-failure
- time ctest -j16 --output-on-failure
- time make package_source
- time bash var/mk_wheel_multilinux.sh
- time cpack -B ./installer .
......@@ -162,9 +162,6 @@ windows:
- $QTCMake_DIR = "$QT_MSVC_DIR/lib/cmake"
- $PY_PLATFORM_DIR = "C:/Users/admin/.pyenv/pyenv-win/versions/3.11.5/"
- $BUILD_DIR = "build"
# change the system PATH temporarily (needed for tests)
- $env:PYTHONPATH += "$CI_PROJECT_DIR/build/lib"
- $env:PATH = "$QT_MSVC_DIR/bin;$env:PATH"
# list powershell properties
- echo "# Path '<$Env:Path>'"
- echo "# PythonPath '<$Env:PYTHONPATH>'"
......@@ -190,7 +187,10 @@ windows:
- pwd
- if($CI_PIPELINE_SOURCE -eq "schedule") { cmake --build . --target clean; echo "redundant target purge done" }
- cmake --build . -j20 --config Release
- ctest -C Release --parallel 20 --output-on-failure
- |
$env:PYTHONPATH += "$CI_PROJECT_DIR/build/lib";
$env:PATH = "$QT_MSVC_DIR/bin;$env:PATH";
ctest -C Release --parallel 20 --output-on-failure
- cpack -C Release -B ./installer .
artifacts:
paths:
......
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