An error occurred while fetching this tab.
AtlasBuildScripts: enable build of CITest package
- Dec 03, 2021
-
-
Frank Winklmeier authored
Enable the build of the tests in the `CITest` package when the project is built as part of the CI.
-
Enable the build of the tests in the CITest
package when the project
is built as part of the CI.
@akraszna, initially I thought that we'll modify the CI-cmake-configuration Jenkins job to run build.sh ... -c -a -x -DATLAS_ENABLE_CI_TESTS=TRUE
. But then I realized that e.g. our 21.x branches do not support the -x
argument and we would have to distinguish branches in the Jenkins job. So this solution seems simpler for the moment. What do you think?
Relates to ATLINFR-4360.
Enable the build of the tests in the `CITest` package when the project is built as part of the CI.