Just linting
This commit is contained in:
@@ -4,4 +4,4 @@ set -e # Exit on any error
|
||||
./build.sh || { echo "Build failed"; exit 1; }
|
||||
cd build || { echo "Cannot cd to build/"; exit 1; }
|
||||
./main || { echo "main failed"; exit 1; }
|
||||
cd .. || echo "Warning: failed to return to parent dir"
|
||||
cd .. || echo "Warning: failed to return to parent dir"
|
||||
|
||||
Reference in New Issue
Block a user