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

Build AppImage package using GitHub Action #213

Open
ghost opened this issue Jan 15, 2019 · 8 comments
Open

Build AppImage package using GitHub Action #213

ghost opened this issue Jan 15, 2019 · 8 comments

Comments

@ghost
Copy link

ghost commented Jan 15, 2019

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

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

TODO

  1. https://github.com/appimage/appimagekit
    1.1 https://github.com/probonopd/linuxdeployqt
    1.2 https://github.com/probonopd/uploadtool

PLEASE NOTE: For this to work, you need to enable Travis CI for your repository as described here prior to merging this, if you haven't already done so. Also, 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 (i.e. @probonopd and other) are on #AppImage on irc.freenode.net.

@probonopd
Copy link

Reference:
LibreCAD/LibreCAD#858

Let me know if you need help.

@feragon
Copy link
Member

feragon commented Jan 15, 2019

Same answer as #208: this will be done, but not in our top-priority tasks.

@allenbangai
Copy link

Hi, my name Kamadje Allen and I code in C++. I will llike to contribute to you organisation.
Please, may I know the if contributing to this issue be considered for GSOC.?
@feragon

@feragon
Copy link
Member

feragon commented Feb 15, 2019

Hi @allenbangai,
This issue can be considered for GSoC, but build LibreCAD as an AppImage is too simple for GSoC. So you can either propose something better (automatic releases, etc.) or take an other task.
We can discuss this on Zulip: https://librecad.zulipchat.com/

@allenbangai
Copy link

OK thanks...

@allenbangai
Copy link

allenbangai commented Feb 15, 2019 via email

@ghost
Copy link
Author

ghost commented Aug 30, 2019

Our CI platform is building LibreCAD 3 from the master branch

As Travis CI already configured for build binary, lets include into .travis.yml also AppImage build scripts and uploading resulted AppImage binary as continuous pre-release assets on GitHub:

This will solve PPA (#233) and regular "nightly" builds tasks.

@lordofbikes lordofbikes changed the title Build AppImage package using Travis CI Build AppImage package using GitHub Action Mar 30, 2022
@lordofbikes
Copy link
Member

I changed the title because Travis CI has changed their plans and it is annoying and extra work for OSS projects to get free capacities there.

GitHub Actions are running for LibreCAD 2 for AppImage creation now.
There is also a possible GSoC 2022 participation for this issue (opencax/GSoC#59).

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

No branches or pull requests

4 participants