Enable build step.

This commit is contained in:
Jeffrey Townsend
2015-12-16 12:06:43 -08:00
parent 35e959f525
commit d25a67e093

View File

@@ -73,7 +73,7 @@ cd $ONL && git checkout $BUILD_BRANCH
cd $ONL
. setup.env
if false && make all; then
if ! make all; then
echo Build Failed.
exit 1
fi