Skip to content

Commit e606a10

Browse files
Merge pull request #6 from hoopoe/activity
get tensorflow before build
2 parents 43e6d4b + 7624cfc commit e606a10

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ android:
2626
- android-23
2727
- extra-android-m2repository
2828
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
29+
30+
licenses:
31+
- android-sdk-preview-license-.+
32+
- android-sdk-license-.+
33+
- google-gdk-license-.+
2934

3035
before_install:
3136
- echo $(ant -version)
@@ -34,6 +39,8 @@ before_script:
3439
- wget https://github.com/opencv/opencv/releases/download/3.4.1/opencv-3.4.1-android-sdk.zip
3540
- unzip -q opencv-3.4.1-android-sdk.zip
3641
- export OPENCV_ANDROID_SDK=$(pwd)/OpenCV-android-sdk
42+
- git clone https://github.com/tensorflow/tensorflow.git
43+
- export TF_SRC_ROOT=$(pwd)/tensorflow
3744

3845
script:
3946
- cd FaceTracker

0 commit comments

Comments
 (0)