国产系统打包脚本git增加code_log

This commit is contained in:
yangjiaxuan 2024-08-02 09:30:49 +08:00
parent cb84b189c7
commit 319de7ba79
1 changed files with 8 additions and 2 deletions

View File

@ -112,9 +112,15 @@ function appbuild()
git -C ../code_lang checkout . git -C ../code_lang checkout .
git -C ../code_lang pull git -C ../code_lang pull
git -C ../code_log checkout .
git -C ../code_log pull
echo "-----------------------------start code_lang build-----------------------------" 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-----------------------------" echo "-----------------------------start code_device build-----------------------------"
./../code_device/build.sh $sanelibname $dpkgtype ./../code_device/build.sh $sanelibname $dpkgtype