-
Notifications
You must be signed in to change notification settings - Fork 7
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
plans for an appimage build/release? #1
Comments
I have not thought about that. I'll check it out and see how much work it would be to add that to my automated build. |
Tried building an AppImage but getting a compilation error.
build log: |
The last time I checked, travis used a c++ compiler from prehistoric time. At that time, my options were to use legacy C++, or to build the compilers and libraries from source before compiling my own code. So I gave up travis and deployed Jenkins on one of my own servers. I have docker nodes for various linux distributions, A Windows node and a macos node. Jenkins is a beast, and it's always frustrating and time-consuming to change anything with a build. I'll see if I can get it to build an AppImage within a reasonable effort. |
Well, please be sure to build on Ubuntu 14.04 because this is the oldest currently still supported distribution. Please see https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages#creating-appimages-that-are-compatible-with-many-systems and especially https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages#libstdcso6 for more information. Thanks. |
I added a script to build and package the application as an AppImage. I will keep this issue open until I have integrated that into the automated build pipeline. I will try to build the application with Ubuntu 14.04 and publish the AppImage from that build. |
It's probably easiest to start with copy-and-paste from https://github.com/probonopd/linuxdeployqt#using-linuxdeployqt-with-travis-ci |
I released the first Beta today, and provided an AppImage for the application. The AppImage is built by Jenkins in a Ubuntu Trusty Docker container as part of the builds I do when I make changes to the code or prepare releases. |
Just tried and it seems perfect 👍 |
Thank you very much. Unfortunately this does not yet pass our automated test on a stock Ubuntu 14.04 system:
Please see https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages#libstdcso6. Doing something along the lines of
should resolve this. Reference: |
I'll look into it |
Any plans for an appimage release? :) I know it's probably too much to ask but I'm really curious about this and install qt creator on my laptop is not an option right now :(
The text was updated successfully, but these errors were encountered: