mupen64plus-ae-deps/.travis.yml

19 lines
422 B
YAML
Raw Permalink Normal View History

2018-03-23 02:42:09 +00:00
language: android
android:
components:
- tools
- platform-tools
2019-01-12 18:42:03 +00:00
- build-tools-28.0.3
- android-28
2018-03-23 02:42:09 +00:00
- 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