From 319de7ba7955f79a66985170130bd6c4d31298e9 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Fri, 2 Aug 2024 09:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E4=BA=A7=E7=B3=BB=E7=BB=9F=E6=89=93?= =?UTF-8?q?=E5=8C=85=E8=84=9A=E6=9C=ACgit=E5=A2=9E=E5=8A=A0code=5Flog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 8cde5bb..2bf495d 100755 --- a/build.sh +++ b/build.sh @@ -112,9 +112,15 @@ function appbuild() git -C ../code_lang checkout . git -C ../code_lang pull + + git -C ../code_log checkout . + git -C ../code_log pull echo "-----------------------------start code_lang build-----------------------------" - ./../code_lang/build.sh - + ./../code_lang/build.sh + + echo "-----------------------------start code_log build-----------------------------" + ./../code_log/build.sh + echo "-----------------------------start code_device build-----------------------------" ./../code_device/build.sh $sanelibname $dpkgtype