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.
12 lines
400 B
12 lines
400 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
|
|
- cat stats/text-relocations.txt
|
|
|