mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 08:26:10 +00:00
New Travis-CI conf test
This commit is contained in:
parent
0842c4c407
commit
43e82df560
@ -3,19 +3,11 @@ android:
|
|||||||
components:
|
components:
|
||||||
- build-tools-22.0.1
|
- build-tools-22.0.1
|
||||||
- android-19
|
- android-19
|
||||||
- android-17
|
|
||||||
- android-14
|
|
||||||
- extra-android-support
|
|
||||||
licenses:
|
|
||||||
- 'android-sdk-license-5be876d5'
|
|
||||||
- 'android-sdk-license-598b93a6'
|
|
||||||
jdk: oraclejdk7
|
|
||||||
before_install:
|
before_install:
|
||||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
|
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -c 20M
|
||||||
- emulator -avd test -no-skin -no-audio -no-window &
|
- emulator -avd test -no-skin -no-audio -no-window &
|
||||||
- rm pom.xml
|
- rm pom.xml
|
||||||
- android update project -p .
|
- android update project -p .
|
||||||
before_script:
|
|
||||||
- chmod +x ./wait_for_emulator.sh
|
- chmod +x ./wait_for_emulator.sh
|
||||||
- ./wait_for_emulator.sh
|
- ./wait_for_emulator.sh
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user