We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea25dc1 commit aab7f74Copy full SHA for aab7f74
.github/workflows/build-hpc.yml
@@ -106,6 +106,9 @@ jobs:
106
git remote add origin ${{ github.server_url }}/$REPO
107
git fetch origin ${{ github.sha }}
108
git reset --hard FETCH_HEAD
109
+ echo "${{ github.server_url }}"
110
+ echo "${{ github.repository }}"
111
+ echo "${{ github.sha }}"
112
popd
113
cmake -G Ninja -S $REPO -B build \
114
{% for name in dependencies %}
CMakeLists.txt
@@ -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
115
add_subdirectory(src)
116
0 commit comments