Skip to content

Commit 6919886

Browse files
committed
Checking CMake output
1 parent 7590cb8 commit 6919886

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/raspberry-pi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
cd build
7070
7171
cmake .. -DBUILD_GSTREAMER_PLUGIN=ON -DBUILD_DEPENDENCIES=OFF -DALIGNED_MEMORY_MODEL=ON
72+
if [ $? -ne 0 ]; then
73+
echo "CMake configuration failed!"
74+
exit 1
75+
fi
76+
77+
echo "Listing contents of build directory:"
78+
ls -l
7279
7380
# Running 'make' under QEMU inside GitHub Actions has shown instability,
7481
# with random segmentation faults occurring sporadically. This could be

0 commit comments

Comments
 (0)