gcompris / GCompris-qt

GCompris in Qt Quick - Mirror of https://invent.kde.org/education/gcompris
219 stars 168 forks source link

Generate AppImage on Travis CI for each git push #195

Open probonopd opened 7 years ago

probonopd commented 7 years ago

Closes #191

This PR, when merged, will compile this application on Travis CI upon each git push, and upload an AppImage to a temporary download URL on transfer.sh (available for 14 days). The download URL is toward the end of each Travis CI build log of each build (see below for how to set up automatic uploading to your GitHub Releases page).

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.

Providing an AppImage would have, among others, these advantages:

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

Please note: Instead of storing AppImage builds temporarily for 14 days each on transfer.sh, you could use GitHub Releases to store the binaries permanently. This way, they would be visible on the Releases page of your project. This is what I recommend. See https://docs.travis-ci.com/user/deployment/releases/. If you want to do this for continuous builds, also see https://github.com/probonopd/uploadtool.

If you would like to see only one entry for the Pull Request in your project's history, then please enable this GitHub functionality on your repo. It allows you to squash (combine) the commits when merging.

If you have questions, AppImage developers are on #AppImage on irc.freenode.net.

Thanks to @petitlapin for properly adding the translations.

probonopd commented 6 years ago

What is the status here?

petitlapin commented 6 years ago

Hi, unfortunately, I didn't have any time since last time I worked on it. The last issue we found was that gstreamer libraries were not shipped in the appveyor (https://phabricator.kde.org/T7656) and there was no easy way to know which ones to ship.

probonopd commented 6 years ago

Can't we assume gstreamer to be handled by (and shipped with) the target systems (distributions)?

petitlapin commented 6 years ago

Hi, I wanted to commit in on a separate branch to test it but your username does not match the KDE standard: "FirstName LastName \<email>". Can you tell me under which username I can commit?

Thank you

probonopd commented 6 years ago

Hi @petitlapin, I don't require any attribution for this. You have permission to check it in under your own KDE username.