Skip to content

Commit c92c072

Browse files
remove geant4 build for testing
1 parent 14e660f commit c92c072

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/main.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030
- name: Build Geant4
3131
shell: bash
3232
run: |
33-
git clone https://gitlab.cern.ch/geant4/geant4.git
34-
cd geant4
35-
git checkout ${{ matrix.geant4-version }}
36-
cd ../
37-
mkdir geant4-build
33+
# git clone https://gitlab.cern.ch/geant4/geant4.git
34+
# cd geant4
35+
# git checkout ${{ matrix.geant4-version }}
36+
# cd ../
37+
# mkdir geant4-build
3838
mkdir geant4-${{ matrix.geant4-version }}
39-
cd geant4-build
40-
cmake -DCMAKE_INSTALL_PREFIX=../geant4-${{ matrix.geant4-version }} ../geant4 -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_USE_OPENGL_X11=ON -DGEANT4_USE_SYSTEM_CLHEP=ON -DGEANT4_USE_RAYTRACER_X11=ON
41-
make -j${{ steps.cpu-cores.outputs.count }}
42-
make install
43-
cd ../
39+
# cd geant4-build
40+
# cmake -DCMAKE_INSTALL_PREFIX=../geant4-${{ matrix.geant4-version }} ../geant4 -DGEANT4_INSTALL_DATA=ON -DGEANT4_USE_GDML=ON -DGEANT4_USE_OPENGL_X11=ON -DGEANT4_USE_SYSTEM_CLHEP=ON -DGEANT4_USE_RAYTRACER_X11=ON
41+
# make -j${{ steps.cpu-cores.outputs.count }}
42+
# make install
43+
# cd ../
4444
tar vzcf geant4-${{ matrix.geant4-version }}.tgz geant4-${{ matrix.geant4-version }}
4545

4646
- name: Create Release

0 commit comments

Comments
 (0)