win-capture-audio icon indicating copy to clipboard operation
win-capture-audio copied to clipboard

Automatic builds via GitHub Actions

Open BuyMyMojo opened this issue 3 years ago • 2 comments

Would be pretty cool to get the latest files through github's action system

BuyMyMojo avatar Aug 17 '21 01:08 BuyMyMojo

This would require a little more consideration that the most simple CMake example as we might need to build OBS (or fetch the built libobs from somewhere), and also compile both the 64 bit and 32 bit versions of the hook and helper.

Certainly possible, but not high priority for 1.0.0 since I will be packaging the releases fairly frequently anyway.

bozbez avatar Aug 18 '21 01:08 bozbez

One of these might be a good starting point:

  • https://github.com/justusdieckmann/obs_win-processaudio/blob/main/.github/workflows/package.yml
  • https://github.com/exeldro/obs-move-transition/blob/master/.github/workflows/build.yml

Note that this plugin builds out-of-tree so we will need to build the plugin in a separate directory after building OBS.

bozbez avatar Aug 22 '21 19:08 bozbez