forked from jahirfiquitiva/Kuper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffd1877
commit ecf3ce1
Showing
5 changed files
with
80 additions
and
65 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.
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,50 +1,58 @@ | ||
language: android | ||
|
||
env: | ||
global: | ||
- ANDROID_API=28 | ||
- ANDROID_BUILD_TOOLS=28.0.1 | ||
|
||
android: | ||
components: | ||
# Uncomment the lines below if you want to | ||
# use the latest revision of Android SDK Tools | ||
- platform-tools | ||
- tools | ||
|
||
# The BuildTools version used by your project | ||
- build-tools-27.0.3 | ||
|
||
# The SDK version used to compile your project | ||
- android-27 | ||
|
||
# Additional components | ||
- platform-tools | ||
- build-tools-$ANDROID_BUILD_TOOLS | ||
- android-$ANDROID_API | ||
- extra-android-support | ||
- extra-google-m2repository | ||
- extra-android-m2repository | ||
licenses: | ||
- '.+' | ||
|
||
before_install: | ||
- yes | sdkmanager "platforms;android-$ANDROID_API" | ||
- yes | sdkmanager "build-tools;$ANDROID_BUILD_TOOLS" | ||
|
||
jdk: | ||
- oraclejdk8 | ||
|
||
script: ./gradlew clean test | ||
script: ./gradlew clean test --stacktrace | ||
|
||
branches: | ||
except: | ||
- images | ||
- gh-pages | ||
- travis-build | ||
- i18n | ||
|
||
notifications: | ||
email: false | ||
slack: | ||
slack: | ||
rooms: jahirfiquitiva:StCMaxV85iad38DdSMBY43xW | ||
template: | ||
- "Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}: '%{commit_subject}'>) by %{author} for %{repository_name}@%{branch}, %{result} in %{duration}. <%{build_url}|Check details>." | ||
template: | ||
- 'Build <%{build_url}|#%{build_number}> (<%{compare_url}|%{commit}: ''%{commit_subject}''>) by | ||
%{author} for %{repository_name}@%{branch}, %{result} in %{duration}. <%{build_url}|Check | ||
details>.' | ||
sudo: false | ||
before_cache: | ||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock | ||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/ | ||
cache: | ||
directories: | ||
- $HOME/.m2 | ||
- "$HOME/.android/build-cache" | ||
- "$HOME/.m2" | ||
- "$HOME/.gradle" | ||
- "$HOME/.gradle/caches/" | ||
- "$HOME/.gradle/wrapper/" | ||
before_script: | ||
- chmod +x gradlew | ||
before_install: | ||
- yes | sdkmanager "platforms;android-27" | ||
- chmod +x gradlew |
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