There was an error while loading. Please reload this page.
1 parent 59c4fa4 commit 2fa9615Copy full SHA for 2fa9615
bin/build.sh
@@ -20,7 +20,7 @@ do
20
SRC_NAME=$f
21
OBJ_NAME=$(dirname ${f})/$(basename ${f} .lua).luac
22
echo -e "Compiling file \e[1m${SRC_NAME}\e[21m..."
23
- luac -o ${OBJ_NAME} ${SRC_NAME} || \
+ luac -s -o ${OBJ_NAME} ${SRC_NAME} || \
24
echo -e "\e[1m\e[39m[\e[31mBUILD FAILED\e[39m]\e[21m Compilation error in file \e[1m${SRC_NAME}\e[21m!" || \
25
exit 1
26
done
bin/travis-test.sh
0 commit comments