diff --git a/Jenkinsfile b/Jenkinsfile index dc575f4..141c347 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,9 +13,9 @@ def runOneRegression(String suite, String preset, String simulatorPath) { set -eu test -n "${simulatorPath}" test -x "${simulatorPath}" - cmake --preset "${preset}" \\ + cmake --fresh --preset "${preset}" \\ -DTHREADX_TEST_SIMULATOR="${simulatorPath}" - cmake --build "${buildDir}" + cmake --build --preset "${preset}" ctest \\ --test-dir "${buildDir}" \\ --output-on-failure \\