#!/bin/bash
#source /usr/local/bin/thisdd4hep.sh #source /usr/local/bin/geant4.sh
mkdir install mkdir build cd build
cc --version
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make -j10 && make test | true
exit $?