-
Notifications
You must be signed in to change notification settings - Fork 284
Fix Appveyor builds #562
base: master
Are you sure you want to change the base?
Fix Appveyor builds #562
Conversation
Activate? |
Pull requests and Pushes aren't build on appveyor right now. The last build, according to the readme batch, happend 10 months ago: https://ci.appveyor.com/project/reqshark/zeromq-node |
You're right. Problem is, I don't have access to this repos settings, @JustinTulloss does. I'll ask again (it's been a while), @JustinTulloss, can I have administrative access on this repo so I can setup hooks for services like Appveyor? Thanks in advance. |
I don't know if you need admin access for this or not. Based on the URL @reqshark setup appveypr last time. |
oh ya @lgeiger, that's right, let me know if you guys want something done from my side, or even better, anyone can make a new one and use that appveyor to reflect the latest build status ;) |
I can't make a new one, because it looks like you need push access to the repo. |
check your email, i added you as collaborator admin, let me know if you need to be user admin |
On appveyor |
I changed the tracking repository. The build on master works. I'll close and reopen to trigger a new PR build. |
@reqshark Thanks for your help. The webhook still doesn't work. Could it be that you don't have push access to this repository anymore? |
Yes |
I see. @ronkorving, @JustinTulloss To set it up you just have to login to https://ci.appveyor.com/ with your github account and add this repo as a project. |
Added |
I'm sorry to bug you again but the webhooks are still not working 😕 |
So, I went to that URL, added the project. But indeed, it's under my name. Not under the name of the owner of this repo, which is @JustinTulloss. |
I was sure that you'll find |
Build only works for node 4
I find it in the list indeed. I did that before. The URL reflected my username, not @JustinTulloss though (but it seems that's normal). I manually started a build, and the latest commit message does seem to reflect the latest on @JustinTulloss (my own fork is out-of-date at this point). But has it set up the hooks? I doubt it. |
We ended up bringing our fork of zeromq.node (which was originally in github.com/nteract) over to the zeromq org at https://github.com/zeromq/zeromq.js so we can move forward with making builds easier. Would you like to join the group @ronkorving? |
Hey, that sounds great. Let's bring these together. Also, please have a look at my #516 branch and let me know (in that PR) what you think. How far has your fork drifted from this repo? |
@ronkorving Great to have you on board! 🎉 The fork of the actual lib hasn't drifted at all. We tried to keep the delta at a minimum. #516 looks very promising but is well out of my expertise. I'm the guy that only solves build issues 😉 😂 |
Understood :) |
With the default
npm
version, the builds only succeed onnode
4.This issue was fixed in
npm
: nodejs/node-gyp#972