bbc / brave

Basic Real-time AV Editor - allowing you to preview, mix, and route live audio and video streams on the cloud
Apache License 2.0
654 stars 148 forks source link

Setup CI #4

Closed moschopsuk closed 5 years ago

moschopsuk commented 5 years ago

Currently we have no CI in place to, check branches are working before being merged in. While internally we have out own Jenkins it would make it very hard for contributors to check the status of their builds so we would require something that is more open.

I recommend something like travis to checkout the code and run the python tests.

moschopsuk commented 5 years ago

Looks like travis might me out of the question for PR testing to the ongoing issues with its python packages trying to access base libraries such as GStreamer.

We do have our own internal CI but its not open and requires specific access.