removes parallel build to enable searching for build error

This commit is contained in:
2026-03-31 17:34:12 +02:00
parent 3cd42fcb10
commit bb79d43ff7

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 \\