Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • topside_fix
  • docker
  • datasets
  • 16-em-calorimeter
  • whit-master-patch-58257
  • tooling
  • new_ci_runner
  • sieic_vis
  • beamline
  • v0.2.0
11 results

do_build

Blame
  • Forked from EIC / NPDet
    487 commits behind, 243 commits ahead of the upstream repository.
    Whitney Armstrong's avatar
    Whitney Armstrong authored
    	modified:   .gitlab-ci.yml
    	modified:   bin/do_build
    	modified:   src/GenericDetectors/pid/README.md
    0c392cb6
    History
    do_build 193 B
    #!/bin/bash
    ps
    source /usr/local/bin/thisroot.sh
    source /usr/local/bin/thisdd4hep.sh
    source /usr/local/bin/geant4.sh
    mkdir build
    cd build
    cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local
    make -j20