forces rebuild for cmake

This commit is contained in:
2026-03-31 17:39:44 +02:00
parent bb79d43ff7
commit 27fc04011c

4
Jenkinsfile vendored
View File

@@ -13,9 +13,9 @@ def runOneRegression(String suite, String preset, String simulatorPath) {
set -eu set -eu
test -n "${simulatorPath}" test -n "${simulatorPath}"
test -x "${simulatorPath}" test -x "${simulatorPath}"
cmake --preset "${preset}" \\ cmake --fresh --preset "${preset}" \\
-DTHREADX_TEST_SIMULATOR="${simulatorPath}" -DTHREADX_TEST_SIMULATOR="${simulatorPath}"
cmake --build "${buildDir}" cmake --build --preset "${preset}"
ctest \\ ctest \\
--test-dir "${buildDir}" \\ --test-dir "${buildDir}" \\
--output-on-failure \\ --output-on-failure \\