Make the build folder if needed
This commit is contained in:
parent
526451ad02
commit
6c1647b1be
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
echo "TTRTS: Running cmake"
|
echo "TTRTS: Running cmake"
|
||||||
|
test ! -e build && mkdir build
|
||||||
cd build/
|
cd build/
|
||||||
cmake ../source
|
cmake ../source
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue