-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Comments
Reference: Let me know if you need help. |
Same answer as #208: this will be done, but not in our top-priority tasks. |
Hi, my name Kamadje Allen and I code in C++. I will llike to contribute to you organisation. |
Hi @allenbangai, |
OK thanks... |
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
|
As Travis CI already configured for build binary, lets include into This will solve PPA (#233) and regular "nightly" builds tasks. |
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. |
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:
appimaged
--appimage-extract
parameterHere is an overview of projects that are already distributing upstream-provided, official AppImages.
TODO
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.
The text was updated successfully, but these errors were encountered: