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)