ffvvc / FFmpeg

VVC Decoder for ffmpeg
Other
50 stars 12 forks source link

Set up windows ci #33

Closed nuomi2021 closed 1 year ago

nuomi2021 commented 1 year ago

Please use https://github.com/ShiftMediaProject/FFVS-Project-Generator#generating-custom-project-files to set up windows ci

frankplow commented 1 year ago

Hello Nuo Mi, I hope you're doing well.

Would it be possible to take up this issue for my qualification task for GSoC 2023?

If yes there's a handful of things I'd just like to confirm about how you would like to see this done:

nuomi2021 commented 1 year ago

Great, thank you.

Should CI be performed using GitHub actions?

Yes. Better use github action. But, if it really can't meet our requirement, we can consider using other things too.

If so, would you like this implemented in the "Makefile CI" workflow as a new job or in a different workflow? I see the current job is called linux so I'm imagining you want all different OSs done as distinct jobs in this same workflow, but just want to check.

Yes. Name it as windows is good

Should FFVS-Project-Generator be compiled from the latest source or should a pre-built executable be used?

Does not matter, Our target is to capture ffvvc build errors and run the regression test on windows.