segler-alex / Pidgin-GPG

GPG plugin for Pidgin
GNU General Public License v3.0
99 stars 35 forks source link

Use GitHub Actions to build Linux (x64) and Windows plugins #35

Open EionRobb opened 9 months ago

EionRobb commented 9 months ago

Hi there!

I had someone ask if I could provide a Windows dll of the plugin, and since I was already playing around with using GitHub Actions to build some of my own plugins, thought I'd give it a go at adapting to Pidgin-GPG too

It came out a bit messier than I'd have liked, but the hard-coded "/usr/include" in the Makefile.am, the /usr/include path being picked up by gpgme.h, as well as the renamed in-tree dll's made it a bit of a hoop-jumping exercise