Added to show build result after github-actions. Again.
parent
9a47c162aa
commit
3216d917ed
5
build.sh
5
build.sh
|
@ -38,8 +38,11 @@ zgapdfsigner.js
|
||||||
zgaindex.js
|
zgaindex.js
|
||||||
EOF
|
EOF
|
||||||
npx google-closure-compiler ${GCCOPT} ${GCCEXT} ${jss} --js_output_file ${OUTFLDR}/zgapdfsigner.min.js
|
npx google-closure-compiler ${GCCOPT} ${GCCEXT} ${jss} --js_output_file ${OUTFLDR}/zgapdfsigner.min.js
|
||||||
if [ $? -ne 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
|
echo "Build result:"
|
||||||
|
ls -l ${OUTFLDR}/*.min.js
|
||||||
|
else
|
||||||
echo "google-closure-compiler failed."
|
echo "google-closure-compiler failed."
|
||||||
exit 20
|
exit 20
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue