now compiling 😄
This commit is contained in:
14
FlippR-Driver/contrib/pre-commit
Executable file
14
FlippR-Driver/contrib/pre-commit
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Making sure the code compiles!!!"
|
||||
|
||||
if [ ! -d 'FlippR-Driver/build' ]; then
|
||||
echo "Make sure you have the build folder!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd FlippR-Driver/build
|
||||
cmake ..
|
||||
make
|
||||
|
||||
exit $rc
|
||||
Reference in New Issue
Block a user