BusterLabs / Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://busterlabs.github.io/Partyshare
MIT License
158 stars 26 forks source link

Linux release build #41

Closed hexagon6 closed 6 years ago

hexagon6 commented 6 years ago

Fixes #11 :sweat_smile:

hexagon6 commented 6 years ago

Can confirm this build works on Linux.

I setup an automated pipeline on my fork as an example:

@bhstahl contact me if you need support setting this up for BusterLabs.

bhstahl commented 6 years ago

Thanks for this @hexagon6! It's great to have your help here. For what it's worth, according to Google Analytics, clicks on the linux build link at https://partysha.re far outweigh any other platform. I can't wait to release it.

Two notes before proceeding:

Would you mind merging master, dropping those commits and see if the linux build works?

Then, I'd love to merge #42 and draft a release which including the linux build 🍾 .

hexagon6 commented 6 years ago

I incorporated your changes in master (7 commits) and my CI-pipeline built the package: https://github.com/hexagon6/Partyshare/releases/tag/partyshare-ci-build2

I reset those commits you requested and just added the .travis.yml for the CI-setup: https://github.com/BusterLabs/Partyshare/pull/47

hexagon6 commented 6 years ago

forgot to pull again. I've opened a new PR [#47] for it