-
Notifications
You must be signed in to change notification settings - Fork 176
Build automation
Alexander Kobozev edited this page Aug 3, 2019
·
3 revisions
This repo has Travis CI integration. The configuration for it is quite simple.
The ultimate benefit of it is that you can test your configurations for FFmpeg easily and do it in a cloud!
Your just need to:
- Make a fork of this repository
- Turn on the Travis CI for your fork
- Change the configuration of FFmpeg in ffmpeg-android-maker.sh
- Perhaps you also need to change a version of FFmpeg in .travis.yml as here
- Push your branch
- Wait and see the job log!
In job log you you will see all the info about FFmpeg compilation as well as Text Relocations monitoring.
You can even work in multiple branches and push them together so they will be built in parallel. Also you can enable building of each commit in your branches.
So there is no need to melt your computers anymore :)
Note: this automation just tests if the FFmpeg with your configuration is compilable. No artifacts are saved or deployed, but you can do it on your own.