Skip to content
Snippets Groups Projects
Commit ccd6c683 authored by Frank Winklmeier's avatar Frank Winklmeier Committed by Frank Winklmeier
Browse files

AtlasBuildScripts: enable build of CITest package

Enable the build of the tests in the `CITest` package when the project
is built as part of the CI.
parent d57ab988
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,8 @@ fi
# partially successful build...)
if [ "${ATLAS_CI_BUILD}" = "1" ]; then
set -e
# Enable build of CITest package
ATLAS_EXTRA_CMAKE_ARGS+=(-DATLAS_ENABLE_CI_TESTS:BOOL=TRUE)
else
set +e
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment