removes parallel build to enable searching for build error
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -15,7 +15,7 @@ def runOneRegression(String suite, String preset, String simulatorPath) {
|
|||||||
test -x "${simulatorPath}"
|
test -x "${simulatorPath}"
|
||||||
cmake --preset "${preset}" \\
|
cmake --preset "${preset}" \\
|
||||||
-DTHREADX_TEST_SIMULATOR="${simulatorPath}"
|
-DTHREADX_TEST_SIMULATOR="${simulatorPath}"
|
||||||
cmake --build "${buildDir}" --parallel "\$(nproc)"
|
cmake --build "${buildDir}"
|
||||||
ctest \\
|
ctest \\
|
||||||
--test-dir "${buildDir}" \\
|
--test-dir "${buildDir}" \\
|
||||||
--output-on-failure \\
|
--output-on-failure \\
|
||||||
|
|||||||
Reference in New Issue
Block a user