jsgroth / jgenesis

Sega Genesis / Sega CD / SNES / Master System / Game Gear emulator
MIT License
36 stars 3 forks source link

automatic nightly builds #114

Open benderscruffy opened 4 days ago

benderscruffy commented 4 days ago

so we dont have to wait for an offical release

jsgroth commented 4 days ago

I have GitHub Actions configured to automatically compile release builds on every commit and upload them as workflow arfifacts, e.g. this is currently the latest build: https://github.com/jsgroth/jgenesis/actions/runs/9688737541

I wouldn't recommend these for general use but they're useful if you want to test whether a bug has been fixed since the last release.

These builds are currently only downloadable while logged in to GitHub but I could figure out a way to make them available elsewhere if needed.