ffmpeg.js icon indicating copy to clipboard operation
ffmpeg.js copied to clipboard

CI

Open Kagami opened this issue 5 years ago • 5 comments
trafficstars

Need to build & test on Travis/GitHub CI.

Not sure what to do with long compilation process. Maybe define some tiny build with single decoder/encoder?

Kagami avatar Apr 23 '20 17:04 Kagami

How about not enabling any codec or muxer? You could just run the help command. But i guess compilation will still take a long time.

tpetry avatar Apr 24 '20 12:04 tpetry

Yeah, ffmpeg's configure script is probably the longest one.

Kagami avatar Apr 24 '20 12:04 Kagami

I could help with this. Do you have any preference on a CI platform?

willm avatar Jun 08 '20 06:06 willm

@willm I think Travis will be better because GitHub Actions has limited number of free minutes per month (though 2000 minutes per month = 66 mins per day, should be enough too).

Kagami avatar Jun 08 '20 10:06 Kagami

OK I will investigate :)

willm avatar Jun 10 '20 22:06 willm