From bb79d43ff712a5c215dafa281f2cd815eaffb957 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Tue, 31 Mar 2026 17:34:12 +0200 Subject: [PATCH] removes parallel build to enable searching for build error --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3e775ef..dc575f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 \\