mirror of
https://github.com/mupen64plus-ae/mupen64plus-ae-deps.git
synced 2024-11-23 05:19:59 +00:00
19 lines
422 B
YAML
19 lines
422 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- tools
|
|
- platform-tools
|
|
- build-tools-28.0.3
|
|
- android-28
|
|
- extra-android-m2repository
|
|
|
|
before_install:
|
|
- cd $HOME
|
|
- wget -q https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip
|
|
- unzip -qq android-ndk-r16b-linux-x86_64.zip
|
|
- export ANDROID_NDK_HOME=$HOME/android-ndk-r16b
|
|
- cd $TRAVIS_BUILD_DIR
|
|
|
|
script:
|
|
- ./gradlew assemble
|