MonoS / SupMover

SupMover - Shift timings and Screen Area of PGS/Sup subtitle
GNU Affero General Public License v3.0
38 stars 4 forks source link

Add GitHub Actions workflows for macOS and Linux #8

Closed hannesbraun closed 9 months ago

hannesbraun commented 9 months ago

These workflows compile SupMover on macOS and Linux. You'll also get the stripped binaries for download on the overview page of the build (for 90 days if I remember correctly), so you can include them in the GitHub Releases page. Currently, both workflows will run on regular amd64 machines. GitHub doesn't support ARM runners yet. I don't know how you usually would run the build on Windows, so I didn't include that. (I guess, I'd otherwise come up with a rather janky solution...)

MonoS commented 9 months ago

On Windows i usually just compile on my pc with whatever toolchain i've installed and upload it to the release tab.