rapiz1 / DungeonRush

πŸ‘ΎπŸ A opensource game inspired by Snake, written in pure C with SDL
GNU General Public License v3.0
2k stars 294 forks source link

Build and upload AppImage, closes #10 #13

Closed probonopd closed 4 years ago

probonopd commented 4 years ago

This PR, when merged, will compile this application on Travis CI upon each git push, and upload an AppImage to your GitHub Releases page.

Here is an overview of projects that are already distributing upstream-provided, official AppImages.

PLEASE NOTE: For this to work, you need to set up GITHUB_TOKEN in Travis CI for this to work; please see https://github.com/probonopd/uploadtool. If you would like to see only one entry for the Pull Request in your project's history, then please enable this GitHub functionality on your repo. It allows you to squash (combine) the commits when merging.

If you have questions, AppImage developers are on #AppImage on irc.freenode.net.

Closes https://github.com/Rapiz1/DungeonRush/issues/10.

rapiz1 commented 4 years ago

I'm not familiar with GitHub Action. With each commit compiled and uploaded, I think it would flood the release page?

probonopd commented 4 years ago

No, it will only keep the latest one.

rapiz1 commented 4 years ago

Works like a charm. Thanks!