mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 04:31:19 +00:00
travis: Test android builds.
This commit is contained in:
parent
4df62acac4
commit
347f13d05e
15
.travis.yml
15
.travis.yml
@ -63,6 +63,21 @@ matrix:
|
||||
script: bash travis_metal_deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
- language: android
|
||||
# Android builds are only supported on Trusty
|
||||
dist: trusty
|
||||
android:
|
||||
components:
|
||||
- tools
|
||||
- build-tools-28.0.3
|
||||
- android-28
|
||||
install:
|
||||
- echo y | sdkmanager "ndk-bundle"
|
||||
before_script:
|
||||
- export ANDROID_NDK_HOME=$ANDROID_HOME/ndk-bundle
|
||||
script:
|
||||
- cd pkg/android/phoenix
|
||||
- ./gradlew clean assembleRelease
|
||||
|
||||
before_install:
|
||||
- |
|
||||
|
Loading…
x
Reference in New Issue
Block a user