-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from ChilliBits/beta
Release to version 2.2.0
- Loading branch information
Showing
36 changed files
with
299 additions
and
149 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,24 @@ | ||
sudo: false | ||
language: android | ||
dist: trusty | ||
jdk: oraclejdk8 | ||
|
||
android: | ||
components: | ||
- build-tools-29.0.3 | ||
- extra-google-google_play_services | ||
- android-29 | ||
- extra-android-support | ||
- extra-google-m2repository | ||
- extra-android-m2repository | ||
- android-$ANDROID_EMULATOR_LEVEL | ||
- sys-img-armeabi-v7a-google_apis-$ANDROID_EMULATOR_LEVEL | ||
env: | ||
global: | ||
- ANDROID_API_LEVEL=26 | ||
- ANDROID_EMULATOR_LEVEL=24 | ||
- ANDROID_BUILD_TOOLS_VERSION=26.0.1 | ||
- ANDROID_ABI=armeabi-v7a | ||
- ANDROID_TAG=google_apis | ||
- ADB_INSTALL_TIMEOUT=20 | ||
- extra-google-google_play_services | ||
licenses: | ||
- '.+' | ||
|
||
before_install: | ||
- chmod +x gradlew | ||
licenses: | ||
- '.+' | ||
|
||
before_script: | ||
- android list targets | grep -E '^id:' | awk -F '"' '{$1=""; print $2}' | ||
- echo no | android create avd --force -n test -t "android-"$ANDROID_EMULATOR_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG | ||
- QEMU_AUDIO_DRV=none emulator -avd test -no-window & | ||
- android-wait-for-emulator | ||
- adb shell input keyevent 82 & | ||
- echo yes | android update sdk --no-ui --all --filter platform-tools,tools | ||
- echo yes | android update sdk --no-ui --all --filter build-tools-29.0.3 | ||
- echo yes | android update sdk --no-ui --all --filter android-29 | ||
|
||
script: | ||
- ./gradlew clean test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.