psemiletov / eko

eko sound editor
http://psemiletov.github.io/eko/
Other
47 stars 5 forks source link

Continuous builds on Travis CI #4

Closed probonopd closed 7 years ago

probonopd commented 7 years ago

This PR, when merged, will compile EKO 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.

For this to work, you need to enable Travis CI for your repository as described here.

screenshot from 2017-02-26 12-08-18 Providing an AppImage would have, among others, these advantages:

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

An example AppImage can be downloaded from here: https://transfer.sh/KtSsl/eko-git.e89d36e-x86-64.appimage (available for 14 days)

probonopd commented 7 years ago

Thanks for merging. For this to work, you need to enable Travis CI for your repository as described here.

psemiletov commented 7 years ago

Works like a charm! Thanks a lot! Travis CI is a some sort of magic :)