HeinrichApfelmus / hyper-haskell

The strongly hyped Haskell interpreter.
Other
360 stars 24 forks source link

Build linux binaries with Travis? #7

Open sjakobi opened 7 years ago

sjakobi commented 7 years ago

I've only heard of this but don't have any experience with it myself.

It's documented here: https://docs.travis-ci.com/user/deployment/releases

HeinrichApfelmus commented 7 years ago

Thanks for the suggestion, I will look into this. One thing I don't understand is whether I have to make an authentication token part of the source code (.travis.yml). That could be insecure.

pgrosslicht commented 7 years ago

No, if you do want to include some kind of secret like an authentication token, you can encrypt it and use the encrypted token instead. For more information on how to use that, look here.