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.
13 lines
394 B
13 lines
394 B
5 years ago
|
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:
|
||
|
- ./ffmpeg-android-maker.sh
|
||
|
- cat stats/text-relocations.txt
|