File tree Expand file tree Collapse file tree 1 file changed +32
-12
lines changed Expand file tree Collapse file tree 1 file changed +32
-12
lines changed Original file line number Diff line number Diff line change 1
- sudo : false
2
- language :
3
- android
4
- jdk :
5
- - oraclejdk8
1
+ language : android
2
+
6
3
android :
7
- components :
8
- - platform-tools
9
- - build-tools-23.0.1
10
- - android-23
11
- - extra-android-m2repository
12
- - sys-img-armeabi-v7a-android-19
4
+ components :
5
+ - platform-tools
6
+ - build-tools-23.0.1
7
+ - android-23
8
+ - extra-android-m2repository
9
+ - sys-img-armeabi-v7a-android-19
10
+
11
+ before_cache :
12
+ - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
13
+
14
+ cache :
15
+ directories :
16
+ - .nvm
17
+ - $HOME/.gradle/caches/
18
+ - $HOME/.gradle/wrapper/
19
+
20
+ install :
21
+ - nvm install 4
22
+ - npm install -g nativescript --ignore-scripts
23
+ - tns usage-reporting disable
24
+
25
+ before_script :
26
+ - echo no | android create avd --force -n test -t android-19 -b armeabi-v7a
27
+ - emulator -avd test -no-audio -no-window &
28
+ - android-wait-for-emulator
29
+
13
30
script :
14
- - ./build/run-tests.sh
31
+ - cd ./tests
32
+ - npm install
33
+ - tns platform add android
34
+ - tns test android --emulator
You can’t perform that action at this time.
0 commit comments