AdRoll / hologram

Easy, painless AWS credentials on developer laptops.
Apache License 2.0
803 stars 42 forks source link

Build with travis ci and publish artifacts to the tagged release? #4

Closed willejs closed 6 years ago

willejs commented 9 years ago

Can this be done?

gaylatea commented 9 years ago

I've never worked with Travis CI but I can look into integrating it. Any assistance you can provide would be greatly appreciated. :smiley_cat:

When you say "to the tagged release" do you mean Github's binary release downloads, or something like Bintray?

willejs commented 9 years ago

Yeah, i can probably look at this at some point, its easy to build with travis, but im not sure how to get it to publish to the releases. Yeah, I mean githubs binary releases.

I might also make a chef cookbook, as i will be putting this in our dev sandbox :)

frangarciam commented 9 years ago

As a first step for this I have added travis ci support for testing. Next step would be to actually generate artifacts (I'm thinking at least rpm and deb) and upload them somewhere. PR is https://github.com/AdRoll/hologram/pull/19

zylad commented 9 years ago

https://github.com/AdRoll/hologram/pull/19 has been merged, thanks.