From c6ec44a09a2e5001d188ac08fa5926b788cbef76 Mon Sep 17 00:00:00 2001 From: Ahmad Nawab Date: Wed, 5 Feb 2025 13:34:59 +0100 Subject: [PATCH] DROP ME: debug prints --- .github/workflows/build-hpc.yml | 3 +++ CMakeLists.txt | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/build-hpc.yml b/.github/workflows/build-hpc.yml index f7a4b1a..4a03ca6 100644 --- a/.github/workflows/build-hpc.yml +++ b/.github/workflows/build-hpc.yml @@ -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 %} diff --git a/CMakeLists.txt b/CMakeLists.txt index 133eb24..db0021d 100644 --- a/CMakeLists.txt +++ b/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 add_subdirectory(src)