Skip to content

Commit a6c0369

Browse files
debug finding of prbj.h
1 parent 5d1ee53 commit a6c0369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ jobs:
246246
export HMUDIR=${GITHUB_WORKSPACE}/mmr_hardwareumaps
247247
python -m pip install "nipet>=2"
248248
niftypet_cmake_prefix=$(python -c "from niftypet.nipet import cmake_prefix; print(cmake_prefix)")
249+
find ${niftypet_cmake_prefix}/../../../.. -name prjb.h
249250
echo NiftyPET_DIR="$niftypet_cmake_prefix" >> $GITHUB_ENV
250251
fi
251252
@@ -284,7 +285,7 @@ jobs:
284285
BUILD_TYPE: ${{ matrix.BUILD_TYPE }}
285286
BUILD_FLAGS: ${{ matrix.BUILD_FLAGS }}
286287
run: |
287-
set -ex
288+
set -x
288289
source ${GITHUB_WORKSPACE}/my-env/bin/activate
289290
#export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
290291
cmake --version
@@ -304,6 +305,7 @@ jobs:
304305
mkdir build
305306
cd build
306307
cmake -S .. ${BUILD_FLAGS} ${EXTRA_BUILD_FLAGS}
308+
cmake -S .. VERBOSE=ON
307309
# report disk space
308310
case ${{matrix.os}} in
309311
(ubuntu* | macOS*)

0 commit comments

Comments
 (0)