Skip to content

Commit

Permalink
DROP ME: debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
awnawab committed Feb 5, 2025
1 parent 9d5f2f7 commit c6ec44a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-hpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
git remote add origin ${{ github.server_url }}/%REPO%
git fetch origin ${{ github.sha }}
git reset --hard FETCH_HEAD
echo "${{ github.server_url }}"
echo "${{ github.repository }}"
echo "${{ github.sha }}"
popd
cmake -G Ninja -S %REPO% -B build \
{% for name in dependencies %}
Expand Down
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ if(HAVE_FIELD_GANG)
list( APPEND fypp_defines "-DHAVE_GANG")
endif()

ecbuild_info("========GOT HERE DEBUG PRINT===========")

## build precision independent srcs
add_subdirectory(src)

Expand Down

0 comments on commit c6ec44a

Please sign in to comment.