Skip to content

Commit 6b8416d

Browse files
committed
get tensorflow before build
1 parent cb6d7af commit 6b8416d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ before_script:
3434
- wget https://github.com/opencv/opencv/releases/download/3.4.1/opencv-3.4.1-android-sdk.zip
3535
- unzip -q opencv-3.4.1-android-sdk.zip
3636
- export OPENCV_ANDROID_SDK=$(pwd)/OpenCV-android-sdk
37+
- git clone https://github.com/tensorflow/tensorflow.git
38+
- export TF_SRC_ROOT=$(pwd)/tensorflow
3739

3840
script:
3941
- cd FaceTracker

0 commit comments

Comments
 (0)