scripts: add scp shell for daily build [1/1]
PD#SWPL-65905
Problem:
add scp shell for daily build
Solution:
add scp shell for daily build
Verify:
ad409_a113l
Signed-off-by: bin.chen <bin.chen@amlogic.com>
Change-Id: I28cf5aece09d919b0da4cf31b667eaeca49d0f03
diff --git a/build_all.sh b/build_all.sh
index 90e50ac..655f58e 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -17,5 +17,8 @@
i=$((i+1))
make distclean
source scripts/env.sh $LINE
+ if [ $SUBMIT_TYPE = "daily"];then
+ source scripts/scp.sh
+ fi
make
done < "$BUILD_COMBINATION"