mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-13 11:44:48 -04:00
Initial commit for the re-code
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
language: android
|
||||
env:
|
||||
matrix:
|
||||
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
|
||||
|
||||
android:
|
||||
components:
|
||||
- build-tools-20.0.0
|
||||
|
||||
before_install:
|
||||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
before_script:
|
||||
- ./wait_for_emulator
|
||||
- adb shell input keyevent 82 &
|
Reference in New Issue
Block a user