Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4

Merged
alex merged 79 commits from feature/test into main 2026-04-02 14:09:29 +01:00
Showing only changes of commit 27fc04011c - Show all commits

4
Jenkinsfile vendored
View File

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