Skip to content

Commit 86ce66f

Browse files
committed
add debugging output to the installation test case
1 parent 4c3f7f6 commit 86ce66f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cmake-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,13 @@ jobs:
230230
run: |
231231
# Configure and build the test
232232
# it should only ask for pcms_DIR/ROOT to find all dependencies
233+
ls ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms
234+
echo "-------- PCMS CONFIG -------------"
235+
cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms-config.cmake
236+
echo "-------- PCMS TARGETS -------------"
237+
cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms-targets.cmake
238+
echo "-------- PCMS INTERPOLATOR TARGETS -------------"
239+
cat ${{ runner.temp }}/build-pcms/install/lib/cmake/pcms/pcms_interpolator-targets.cmake
233240
cmake \
234241
-B ${{github.workspace}}/examples/external-usage-example/build \
235242
-S ${{github.workspace}}/examples/external-usage-example/ \

0 commit comments

Comments
 (0)