-
Notifications
You must be signed in to change notification settings - Fork 130
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 #148 from BuildmLearn/new-features
Update master branch after completion of GSoC MidTerm 2016
- Loading branch information
Showing
362 changed files
with
8,240 additions
and
1,659 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
before_install: cd source-code | ||
|
||
language: android | ||
sudo: true | ||
jdk: oraclejdk8 | ||
env: | ||
matrix: | ||
- ADB_INSTALL_TIMEOUT=12 ANDROID_BUILD_TOOLS_VERSION=23.0.2 ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a | ||
|
||
android: | ||
components: | ||
- platform-tools | ||
- tools | ||
- build-tools-$ANDROID_BUILD_TOOLS_VERSION | ||
- $ANDROID_TARGET | ||
- android-23 | ||
# Google Play Services | ||
- extra-google-google_play_services | ||
# Support library | ||
- extra-android-support | ||
# Latest artifacts in local repository | ||
- extra-google-m2repository | ||
- extra-android-m2repository | ||
# Specify at least one system image, | ||
- sys-img-armeabi-v7a-$ANDROID_TARGET | ||
|
||
before_script: | ||
# Create and start emulator | ||
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI | ||
- emulator -avd test -no-skin -no-audio -no-window & | ||
- android-wait-for-emulator | ||
- sleep 10 | ||
- adb shell settings put global window_animation_scale 0 & | ||
- adb shell settings put global transition_animation_scale 0 & | ||
- adb shell settings put global animator_duration_scale 0 & | ||
- adb shell input keyevent 82 & | ||
|
||
script: | ||
- ./gradlew check connectedAndroidTest | ||
|
||
notifications: | ||
email: | ||
recipients: | ||
- croozeus@gmail.com | ||
- anupam.das.bwn@gmail.com | ||
on_success: always | ||
on_failure: always |
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 was deleted.
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
Binary file not shown.
Oops, something went wrong.