Skip to content
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

Support build on non-linux #1178

Merged
merged 2 commits into from
Jul 25, 2017
Merged

Support build on non-linux #1178

merged 2 commits into from
Jul 25, 2017

Conversation

nwmac
Copy link
Contributor

@nwmac nwmac commented Jul 19, 2017

No description provided.

}

function test(path) {
return spawnProcess('go', ['test', '-v'], path, env);
}

function platformSupportsPlugins() {
var isWin = /^win/.test(process.platform);
return !isWin;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think we should check if platform is linux rather than not windows. That would cover Mac OS as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. Let me do that.

@irfanhabib
Copy link
Contributor

LGTM

@irfanhabib irfanhabib merged commit 7eb85e8 into backend-dev Jul 25, 2017
@irfanhabib irfanhabib deleted the windows-build branch July 25, 2017 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants