Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Oct 1, 2024
1 parent 3009622 commit d515f66
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .github/workflows/build-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,14 @@ jobs:

- name: Build
shell: bash
env:
TMP: /tmp/test
GEOM: geom
OPTICKS_EVENT_MODE: DebugLite
run: |
id
pwd
ls -la .
cd ..
pwd
ls -la .
ls -la /esi
ls -ls /opt/spack/opt/spack/linux-ubuntu22.04-x86_64_v3/gcc-11.4.0/
curl --version
spack find
spack find cmake
which cmake
cmake --version
cmake -S esi-g4ox/ -B build
cmake -S . -B build
cmake --build build
build/src/simtox
build/src/simg4ox -g geom/raindrop.gdml -m run.mac
ls -la /tmp/myname/GEOM/mygeom/simg4ox/ALL0/A000
ls -la /tmp/myname/GEOM/mygeom/simg4ox/ALL0/B000

0 comments on commit d515f66

Please sign in to comment.