Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate and upload AppImage #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

probonopd
Copy link

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

Providing an AppImage would have, among others, these advantages:

  • Applications packaged as an AppImage can run on many distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others)
  • One app = one file = super simple for users: just download one AppImage file, make it executable, and run
  • No unpacking or installation necessary
  • No root needed
  • No system libraries changed
  • Works out of the box, no installation of runtimes needed
  • Optional desktop integration with appimaged
  • Optional binary delta updates, e.g., for continuous builds (only download the binary diff) using AppImageUpdate
  • Can optionally GPG2-sign your AppImages (inside the file)
  • Works on Live ISOs
  • Can use the same AppImages when dual-booting multiple distributions
  • Can be listed in the AppImageHub central directory of available AppImages
  • Can double as a self-extracting compressed archive with the --appimage-extract parameter
  • No repositories needed. Suitable/optimized for air-gapped (offline) machines
  • Decentralized

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 have questions, AppImage developers are on #AppImage on irc.freenode.net.

@mcejp
Copy link
Contributor

mcejp commented May 8, 2021

Hi, I have ported your work to GitHub Actions: https://github.com/mcejp/wxHexEditor/tree/feature/CI-AppImage

It doesn't push a GitHub release though, just an artifact.

@EUA
Copy link
Owner

EUA commented Oct 22, 2023

Hello. Thanks for your work.
I am not against AppImage, but create AppImage for each git push is... something that I do not like.
Because that binary might be broken and could create some damage on file integrity...
Better to release AppImage for releases.

@probonopd
Copy link
Author

@EUA maybe a good way would be to build the AppImage for each build (it can be helpful for developers and testers) but not upload it to GitHub Releases (only to GitHub Artefacts)?

@EUA
Copy link
Owner

EUA commented Oct 28, 2023

@probonopd Yup. I will try to make AppImage when I make release. But first I need to learn how to do it.
For this merge, I need to learn Travis-CI first.

@probonopd
Copy link
Author

probonopd commented Oct 28, 2023

At this time I'd really recommend to use GitHub Actions instead of Travis CI.

Would you be interested in a pull request that does it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants