Skip to content
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

Compile on Travis CI #71

Merged
merged 3 commits into from
Mar 9, 2017
Merged

Compile on Travis CI #71

merged 3 commits into from
Mar 9, 2017

Conversation

probonopd
Copy link
Contributor

This PR, when merged, will generate and upload an AppImage for each git push. The download links are in the Travis CI build log.

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

  • Works for most Linux distributions (including Ubuntu, Fedora, openSUSE, CentOS, elementaryOS, Linux Mint, and others)
  • One app = one file = super simple for users: just download one AppImage file, make it executable, and run
  • No unpacking or installation necessary
  • No root needed
  • No system libraries changed
  • Just one format for all major distributions
  • Works out of the box, no installation of runtimes needed
  • Optional(!) desktop integration with appimaged
  • Binary delta updates, e.g., for continuous builds (only download the binary diff) using AppImageUpdate
  • Can GPG2-sign your AppImages (inside the file)

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

@Cr4sh Cr4sh merged commit abf7778 into LongSoft:new_engine Mar 9, 2017
@probonopd probonopd deleted the patch-1 branch March 9, 2017 17:58
@probonopd
Copy link
Contributor Author

probonopd commented Mar 9, 2017

You also need to enable Travis CI as described in https://travis-ci.org/getting_started.

Then, on each git push, a new build will appear on https://travis-ci.org/LongSoft/UEFITool/builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants