matbo87 / snes9x_3ds

SNES9x Port for 3DS / 2DS
28 stars 4 forks source link

Create CI script for Github Actions #3

Closed agtbaskara closed 1 year ago

agtbaskara commented 1 year ago

I created a simple CI script to create a nightly build using GitHub Actions.

With this script, the built files on the output folder will be automatically uploaded on every commit on the main branch so everyone can easily download the latest .cia and .3dsx files.

matbo87 commented 1 year ago

Thanks a lot. Looks promising.