File tree Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Expand file tree Collapse file tree 2 files changed +12
-17
lines changed Original file line number Diff line number Diff line change 1
1
language : android
2
- jdk : oraclejdk8
2
+ jdk :
3
+ - oraclejdk8
4
+ branches :
5
+ only :
6
+ - master
3
7
env :
4
8
global :
5
9
- ANDROID_TARGET=android-23
6
10
- ANDROID_ABI=armeabi-v7a
7
11
android :
8
12
components :
9
- # Uncomment the lines below if you want to
10
- # use the latest revision of Android SDK Tools
11
13
- tools
12
14
- platform-tools
13
15
- build-tools-27.0.3
14
16
- android-23
15
17
- extra-android-m2repository
16
18
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
17
19
18
- # Additional components
19
- # - extra-google-google_play_services
20
- # - extra-google-m2repository
21
- # - extra-android-m2repository
22
- # - addon-google_apis-google-26
23
-
24
- # Specify at least one system image,
25
- # if you need to run emulator(s) during your tests
26
- # - sys-img-armeabi-v7a-android-26
27
- # - sys-img-armeabi-v7a-android-17
28
-
29
-
30
20
before_install :
31
- - chmod +x visionSamples/FaceTracker/gradlew
32
- - ./visionSamples/FaceTracker/gradlew dependencies || true
21
+ - echo $(ant -version)
22
+
23
+ script :
24
+ - ./visionSamples/FaceTracker/gradlew clean build
25
+
Original file line number Diff line number Diff line change
1
+ [ ![ Build Status] ( https://travis-ci.com/hoopoe/android-vision.svg?branch=master )] ( https://travis-ci.com/hoopoe/android-vision )
2
+
1
3
Android Vision API Samples
2
4
============
3
5
You can’t perform that action at this time.
0 commit comments