Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Sep 27, 2024
1 parent 68ee6c6 commit ea3bc25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
fetch-depth: 0
- name: Build eiger-detector
run: |
git config --global --add safe.directory /__w/eiger-detector/eiger-detector && \
git describe --always && \
mkdir -p build && cd build && \
cmake -DCMAKE_INSTALL_PREFIX=/odin -DODINDATA_ROOT_DIR=/odin ../cpp && \
make -j8 VERBOSE=1 && \
Expand Down

0 comments on commit ea3bc25

Please sign in to comment.