prydonius / karn

Manage multiple Git identities
MIT License
304 stars 7 forks source link

Integrate with Travis CI to cross-compile binaries #6

Closed sschuberth closed 9 years ago

sschuberth commented 9 years ago

For this to work you need to sign up with your own "prydonius" GitHub user at Travis CI, add your karnrepository to it, and replace my GitHub user name ("sschuberth") with yours ("prydonius") in both .travis.yml and README.md. This will then give you automated builds on pushes like

https://travis-ci.org/sschuberth/karn/builds/60766465

To make deploying of releases work you also need to generate an encrypted OAuth token as described here and replace mine with yours in the .travis.yml file. This will create new releases on GitHub whenever a tag is pushed like

https://github.com/sschuberth/karn/releases

prydonius commented 9 years ago

This is awesome! Thanks @sschuberth :)