Skip to content

Commit 334a429

Browse files
remove geant4 build for testing
1 parent c92c072 commit 334a429

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,20 @@ jobs:
3030
- name: Build Geant4
3131
shell: bash
3232
run: |
33+
mkdir geant4-${{ matrix.geant4-version }}
34+
tar vzcf geant4-${{ matrix.geant4-version }}.tgz geant4-${{ matrix.geant4-version }}
3335
# git clone https://gitlab.cern.ch/geant4/geant4.git
3436
# cd geant4
3537
# git checkout ${{ matrix.geant4-version }}
3638
# cd ../
3739
# mkdir geant4-build
38-
mkdir geant4-${{ matrix.geant4-version }}
40+
# mkdir geant4-${{ matrix.geant4-version }}
3941
# cd geant4-build
4042
# 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
4143
# make -j${{ steps.cpu-cores.outputs.count }}
4244
# make install
4345
# cd ../
44-
tar vzcf geant4-${{ matrix.geant4-version }}.tgz geant4-${{ matrix.geant4-version }}
46+
# tar vzcf geant4-${{ matrix.geant4-version }}.tgz geant4-${{ matrix.geant4-version }}
4547

4648
- name: Create Release
4749
id: create_release

0 commit comments

Comments
 (0)