We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43e6d4b + 7624cfc commit e606a10Copy full SHA for e606a10
.travis.yml
@@ -26,6 +26,11 @@ android:
26
- android-23
27
- extra-android-m2repository
28
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
29
+
30
+ licenses:
31
+ - android-sdk-preview-license-.+
32
+ - android-sdk-license-.+
33
+ - google-gdk-license-.+
34
35
before_install:
36
- echo $(ant -version)
@@ -34,6 +39,8 @@ before_script:
39
- wget https://github.com/opencv/opencv/releases/download/3.4.1/opencv-3.4.1-android-sdk.zip
40
- unzip -q opencv-3.4.1-android-sdk.zip
41
- export OPENCV_ANDROID_SDK=$(pwd)/OpenCV-android-sdk
42
+ - git clone https://github.com/tensorflow/tensorflow.git
43
+ - export TF_SRC_ROOT=$(pwd)/tensorflow
37
44
38
45
script:
46
- cd FaceTracker
0 commit comments