sar2 icon indicating copy to clipboard operation
sar2 copied to clipboard

Add AppImage builds

Open ghost opened this issue 4 years ago • 2 comments

Setup Travis CI for build AppImage (portable binary package for Linux)

Please, setup Travis CI for auto-build AppImage (portable package for Linux) for each commit:

  • AppImage Docs - https://docs.appimage.org/

TODO

  1. [ ] Create ../blob/master/.travis.yml
  2. https://github.com/appimage/AppImageKit 1.1. https://github.com/probonopd/linuxdeployqt 1.2. https://github.com/linuxdeploy
  3. https://github.com/probonopd/uploadtool
  4. [ ] Enable Travis CI pushing to GitHub releases for this repo.

For example, take a look on LeoCAD .travis.yml implementation:

  • https://github.com/leozide/leocad/blob/master/.travis.yml

And here is how resulted builds would look like:

  • https://github.com/leozide/leocad/releases/tag/continuous

For any AppImage packaging questions & support:

  • https://docs.appimage.org/user-guide/faq.html#question-where-do-i-get-support

ghost avatar Jun 30 '20 22:06 ghost