oops
parent
9984790fc3
commit
154cd7b3ae
|
@ -14,14 +14,7 @@ printf "Updating templates..."
|
||||||
printf "Running prebuild..."
|
printf "Running prebuild..."
|
||||||
cd build
|
cd build
|
||||||
mono bin/Prebuild.exe /target nant
|
mono bin/Prebuild.exe /target nant
|
||||||
if [ $? -eq 0 ]
|
|
||||||
if [ $? -eq 0 ]
|
print "Doing the build..."
|
||||||
printf "Doing the build..."
|
nant
|
||||||
nant
|
|
||||||
else
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue