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.
 
 
 
ffmpeg-android-maker/.travis.yml

13 lines
491 B

language: android
dist: trusty
before_install:
# Installing the ndk and assembling the FFmpeg
- yes | sdkmanager "ndk-bundle"
- yes | sdkmanager "patcher;v4"
- yes | sdkmanager "cmake;3.10.2.4988404"
- export ANDROID_SDK_HOME=/usr/local/android-sdk
- export ANDROID_NDK_HOME=$ANDROID_SDK_HOME/ndk-bundle
# Keeping track of the NDK version that was used
- cat $ANDROID_NDK_HOME/source.properties
script:
- bash -e ffmpeg-android-maker.sh --enable-libmp3lame --enable-libaom