mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-20 13:59:14 +00:00
Fix the Travis CI build by accepting the Android SDK licenses
This commit is contained in:
parent
e58dec35c0
commit
c41a337791
1 changed files with 11 additions and 3 deletions
14
.travis.yml
14
.travis.yml
|
@ -1,7 +1,15 @@
|
||||||
language: android
|
language: android
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- ANDROID_HOME=/usr/local/android-sdk
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- android-29
|
- android-29
|
||||||
- build-tools-29.0.2
|
- build-tools-29.0.2
|
||||||
|
before_install:
|
||||||
|
- mkdir -p $ANDROID_HOME/licenses
|
||||||
|
- echo "8933bad161af4178b1185d1a37fbf41ea5269c55" > $ANDROID_HOME/licenses/android-sdk-license
|
||||||
|
- echo "d56f5187479451eabf01fb78af6dfcb131a6481e" >> $ANDROID_HOME/licenses/android-sdk-license
|
||||||
|
- echo "24333f8a63b6825ea9c5514f83c2829b004d1fee" >> $ANDROID_HOME/licenses/android-sdk-license
|
||||||
script:
|
script:
|
||||||
- ./gradlew build test
|
- ./gradlew build test
|
||||||
|
|
Loading…
Add table
Reference in a new issue