linux build script mod
This commit is contained in:
parent
c6ffc776ea
commit
e1ca6b4d47
@ -1,11 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
./setupcmake.sh
|
||||
|
||||
#make -C build clean
|
||||
if ./setupcmake.sh
|
||||
then
|
||||
|
||||
./buildcmake.sh
|
||||
#make -C build clean
|
||||
|
||||
./buildcmake.sh
|
||||
else
|
||||
echo
|
||||
echo "ERROR setting up cmake, look for errors above and report them if asking for help."
|
||||
echo
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user