-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated builds with Cake #91
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The next step should be to sign up for AppVeyor (if you haven't already) and turn it on for this repo. If you need help, let me know! |
Yes, please, go ahead, I haven't registered iirc, not for this project definitely. |
I'm not sure if I can do it, but I'll check. |
@abatishchev Yeah, since I'm not an owner of the repo, I can't turn it on for the main fork. I can turn it on for my personal fork. It should be pretty simple:
|
I got this https://ci.appveyor.com/project/abatishchev/jwt/. Should I make any configuration changes? |
I usually check "Ignore branches without appveyor.yml". Double check that Visual Studio 2017 is selected under Environment. Everything else should be handled by appveyor.yml. You can try kicking off a build manually and see if it works! |
|
After #92 that last step will be unnecessary 😄 |
Closes #74