You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
365 B
11 lines
365 B
language: android
|
|
dist: trusty
|
|
before_install:
|
|
# Installing the ndk and assembling the FFmpeg
|
|
- yes | sdkmanager "ndk-bundle"
|
|
- yes | sdkmanager "patcher;v4"
|
|
- export ANDROID_NDK_HOME=/usr/local/android-sdk/ndk-bundle
|
|
# Keeping track of the NDK version that was used
|
|
- cat $ANDROID_NDK_HOME/source.properties
|
|
script:
|
|
- bash -e ffmpeg-android-maker.sh
|
|
|