Skip to content
Snippets Groups Projects
Commit 9f7cd7cf authored by Juraj Smiesko's avatar Juraj Smiesko Committed by Andre Sailer
Browse files

Adjusting bootstrap script to be able to run all tests

parent 499187cf
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
########################################################################################################################
source ./.dd4hep-ci.d/init_x86_64.sh
source /cvmfs/sft.cern.ch/lcg/views/LCG_101/x86_64-centos7-gcc11-opt/setup.sh
STRING=$(env LC_CTYPE=C tr -dc "a-zA-Z0-9-_\$\?" < /dev/urandom | head -c 4)
......@@ -20,11 +20,11 @@ else
fi
ninja
ninja install
../bin/thisdd4hep.sh
source ../bin/thisdd4hep.sh
ctest --output-on-failure -j4
cd ../examples/
mkdir build_${STRING}
cd build
cd build_${STRING}
cmake -GNinja ..
ninja
ninja install
......
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