Skip to content

Commit aab7f74

Browse files
committed
DROP ME: debug prints
1 parent ea25dc1 commit aab7f74

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-hpc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106
git remote add origin ${{ github.server_url }}/$REPO
107107
git fetch origin ${{ github.sha }}
108108
git reset --hard FETCH_HEAD
109+
echo "${{ github.server_url }}"
110+
echo "${{ github.repository }}"
111+
echo "${{ github.sha }}"
109112
popd
110113
cmake -G Ninja -S $REPO -B build \
111114
{% for name in dependencies %}

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ if(HAVE_FIELD_GANG)
109109
list( APPEND fypp_defines "-DHAVE_GANG")
110110
endif()
111111

112+
ecbuild_info("========GOT HERE DEBUG PRINT===========")
113+
112114
## build precision independent srcs
113115
add_subdirectory(src)
114116

0 commit comments

Comments
 (0)