Skip to content
Snippets Groups Projects
Commit f6272029 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Force a re-configuration in the atlasexternals and Gaudi builds. To try to

make these builds behave better inside the CI system.


Former-commit-id: 727ae5be52789461a3a83456f281b91d3ad1556c
parent 58fa2148
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,7 @@ source ${EXTDIR}/setup.sh || ((ERROR_COUNT++))
# Configure the build:
error_stamp=`mktemp .tmp.error.XXXXX` ; rm -f $error_stamp
{
rm -f CMakeCache.txt
cmake -DCMAKE_BUILD_TYPE:STRING=${BUILDTYPE} -DCTEST_USE_LAUNCHERS:BOOL=TRUE \
-DGAUDI_ATLAS:BOOL=TRUE -DGAUDI_ATLAS_BASE_PROJECT:STRING=${EXTPROJECT} \
-DCMAKE_INSTALL_PREFIX:PATH=/InstallArea/${PLATFORM} \
......
......@@ -85,6 +85,7 @@ fi
# Configure the build:
error_stamp=`mktemp .tmp.error.XXXXX` ; rm -f $error_stamp
{
rm -f CMakeCache.txt
cmake -DCMAKE_BUILD_TYPE:STRING=${BUILDTYPE} -DCTEST_USE_LAUNCHERS:BOOL=TRUE \
${EXTRACONF} \
${SOURCEDIR}/Projects/${PROJECT}/ || touch $error_stamp
......
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