Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit 822b1ed

Browse files
committed
update unit test shell
1 parent d02eb0d commit 822b1ed

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/unit-test-job.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ if [ ! -d "./plite/plite" ]; then
2525
cd plite && git clone https://github.com/PaddlePaddle/Paddle-Lite.git plite
2626
fi
2727

28+
if [ ! -d "./tflite/tflite" ]; then
29+
cd tflite && git clone https://github.com/TensorFlow/TensorFlow.git tflite
30+
fi
31+
32+
2833

2934
# shellcheck disable=SC2068
3035
for py_dir in ${PYDIR_LIST[@]}; do

tflite/build_tflite_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cd -
1313

1414
# ref: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android
1515
git clone https://gitee.com/mirrors/tensorflow.git tflite
16-
1716
cd tflite
1817

1918
apt update
@@ -32,6 +31,7 @@ cd "/usr/local/lib/bazel/bin" && curl -LO https://releases.bazel.build/3.1.0/rel
3231
cd -
3332

3433

34+
cp ../configure.py.bench ./configure.py
3535
./configure
3636
# android: y
3737
# ndk path: /opt/android-ndk-r17c/

0 commit comments

Comments
 (0)