File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,19 @@ jobs:
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v4
17- with :
18- path : /root/alice/O2
1917 - name : Build and Run
2018 run : |
21- ls -la /root/alice
2219 export MODULEPATH=/cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
2320 module load O2/daily-20250625-0000-1 boost/v1.83.0-alice2-43 CMake/v3.31.6-4 Clang/v18.1.8-21 ninja/fortran-v1.11.1.g9-12 ROOT/v6-32-06-alice8-4
2421
25- export ALICE_DIR=/root/alice
2622 export STANDALONE_DIR=/root/standalone
2723 export BUILD_DIR=${STANDALONE_DIR}/build
2824
2925 curl -o /root/events.tar.xz https://cernbox.cern.ch/remote.php/dav/public-files/cuQAwSojyDrl6FR/events.tar.xz
3026 tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
3127 rm /root/events.tar.xz
3228
33- cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${ALICE_DIR}/O2 /GPU/GPUTracking/Standalone/
29+ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${{ github.workspace }} /GPU/GPUTracking/Standalone/
3430 cd $BUILD_DIR
3531 make install -j8
3632 cd ${STANDALONE_DIR}
You can’t perform that action at this time.
0 commit comments