Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -13,9 +13,9 @@ def runOneRegression(String suite, String preset, String simulatorPath) {
|
|||||||
set -eu
|
set -eu
|
||||||
test -n "${simulatorPath}"
|
test -n "${simulatorPath}"
|
||||||
test -x "${simulatorPath}"
|
test -x "${simulatorPath}"
|
||||||
cmake --preset "${preset}" \\
|
cmake --fresh --preset "${preset}" \\
|
||||||
-DTHREADX_TEST_SIMULATOR="${simulatorPath}"
|
-DTHREADX_TEST_SIMULATOR="${simulatorPath}"
|
||||||
cmake --build "${buildDir}"
|
cmake --build --preset "${preset}"
|
||||||
ctest \\
|
ctest \\
|
||||||
--test-dir "${buildDir}" \\
|
--test-dir "${buildDir}" \\
|
||||||
--output-on-failure \\
|
--output-on-failure \\
|
||||||
|
|||||||
Reference in New Issue
Block a user