1 Star 0 Fork 458

猿小柒 / Dinky

forked from DataLinkDC / Dinky 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
check_package_size.sh 224 Bytes
一键复制 编辑 原始数据 按行查看 历史
cd build
total_text=$(ls -ls | grep total)
total_size=${total_text/'total '/''}
echo `ls -lh`
if [[ ${total_size} -gt 256000 ]]; then
echo "尺寸为:$total_size,大于250mb,编译失败"
exit 1
else
exit 0
fi
Java
1
https://gitee.com/yuanxiaoqi/Dinky.git
git@gitee.com:yuanxiaoqi/Dinky.git
yuanxiaoqi
Dinky
Dinky
dev

搜索帮助

53164aa7 5694891 3bd8fe86 5694891