From a6c0369e2d0cc12aed9648f0621ed77a3925a203 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Sun, 26 Nov 2023 00:02:37 +0000 Subject: [PATCH] debug finding of prbj.h --- .github/workflows/build-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 70498c7ef..f485edf0a 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -246,6 +246,7 @@ jobs: export HMUDIR=${GITHUB_WORKSPACE}/mmr_hardwareumaps python -m pip install "nipet>=2" niftypet_cmake_prefix=$(python -c "from niftypet.nipet import cmake_prefix; print(cmake_prefix)") + find ${niftypet_cmake_prefix}/../../../.. -name prjb.h echo NiftyPET_DIR="$niftypet_cmake_prefix" >> $GITHUB_ENV fi @@ -284,7 +285,7 @@ jobs: BUILD_TYPE: ${{ matrix.BUILD_TYPE }} BUILD_FLAGS: ${{ matrix.BUILD_FLAGS }} run: | - set -ex + set -x source ${GITHUB_WORKSPACE}/my-env/bin/activate #export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH" cmake --version @@ -304,6 +305,7 @@ jobs: mkdir build cd build cmake -S .. ${BUILD_FLAGS} ${EXTRA_BUILD_FLAGS} + cmake -S .. VERBOSE=ON # report disk space case ${{matrix.os}} in (ubuntu* | macOS*)