Merge remote-tracking branch 'origin/master'
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,7 +1,6 @@
|
|||||||
language: android
|
language: android
|
||||||
|
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
|
||||||
- openjdk8
|
- openjdk8
|
||||||
|
|
||||||
android:
|
android:
|
||||||
@@ -14,17 +13,8 @@ android:
|
|||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
- addon-google_apis-google-26
|
- addon-google_apis-google-26
|
||||||
|
|
||||||
licenses:
|
|
||||||
- 'android-sdk-preview-license-52d11cd2'
|
|
||||||
- 'android-sdk-license-.+'
|
|
||||||
- 'google-gdk-license-.+'
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- echo "\nd56f5187479451eabf01fb78af6dfcb131a6481e" >> $ANDROID_HOME/Sdk/licenses/android-sdk-license
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./gradlew clean desktop:dist
|
- ./gradlew desktop:dist
|
||||||
- ./gradlew clean android:build
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- chmod +x upload-build.sh
|
- chmod +x upload-build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user