Skip to content

Commit

Permalink
debug finding of prbj.h
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Nov 26, 2023
1 parent 5d1ee53 commit a6c0369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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*)
Expand Down

0 comments on commit a6c0369

Please sign in to comment.