@@ -0,0 +1,10 @@
#!/bin/bash
cmake --preset default
cd build
ninja
if [ $? -eq 0 ]; then
echo "Build successful!"
else
echo "Build failed!"
exit 1
fi
The note is not visible to the blocked user.