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 bb79d43ff7 - Show all commits

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ def runOneRegression(String suite, String preset, String simulatorPath) {
test -x "${simulatorPath}"
cmake --preset "${preset}" \\
-DTHREADX_TEST_SIMULATOR="${simulatorPath}"
cmake --build "${buildDir}" --parallel "\$(nproc)"
cmake --build "${buildDir}"
ctest \\
--test-dir "${buildDir}" \\
--output-on-failure \\