Skip to content

Commit

Permalink
CodeQL: debug path
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed May 2, 2024
1 parent b96c3aa commit ab15205
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,15 @@ jobs:
path: 'kokkos'
ref: '4.3.00'

- name: print_workspace
run: |
echo ${{github.workspace}}
- name: configure_kokkos
run: |
mkdir -p kokkos/{build,install}
cd kokkos/build
echo $PWD
cmake -S $PWD/.. \
-B $PWD \
-D Kokkos_ENABLE_SERIAL=ON \
Expand All @@ -81,6 +86,7 @@ jobs:
run: |
mkdir -p kokkos-kernels/{build,install}
cd kokkos-kernels/build
echo $PWD
cmake \
-S $PWD/..
-DKokkos_DIR=$PWD/../../kokkos/install/lib/cmake/Kokkos \
Expand Down

0 comments on commit ab15205

Please sign in to comment.