LibreCAD / LibreCAD_3

LibreCAD 3 is a next generation 2D CAD application written to be modular, with a core independent from GUI toolkits. Scripting is possible with Lua.
http://librecad.org
Other
307 stars 103 forks source link

Build AppImage package using GitHub Action #213

Open ghost opened 5 years ago

ghost commented 5 years ago

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:

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 commented 5 years ago

Reference: https://github.com/LibreCAD/LibreCAD/issues/858

Let me know if you need help.

feragon commented 5 years ago

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

allenbangai commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

OK thanks...

allenbangai commented 5 years ago

Thanks very much

Provenance : Courrier pour Windows 10

De : Florian Roméo Envoyé le :vendredi 15 février 2019 18:46 À : LibreCAD/LibreCAD_3 Cc : Kamadje Allen; Mention Objet :Re: [LibreCAD/LibreCAD_3] Build AppImage package using Travis CI(#213)

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/ — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.


L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus

ghost commented 5 years ago

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 (https://github.com/LibreCAD/LibreCAD_3/issues/233) and regular "nightly" builds tasks.

lordofbikes commented 2 years ago

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).