Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Conversation

@Mike-Dax
Copy link
Contributor

@Mike-Dax Mike-Dax commented Mar 1, 2017

This adds an Appveyor config file to let us do Windows CI builds.

Here's some example output if you're interested:

https://ci.appveyor.com/project/Mike-Dax/electron-compile

appveyor.yml Outdated
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "7"
Copy link
Member

Choose a reason for hiding this comment

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

We could (and should IMO) save build time by only caring about latest LTS (node v6)

appveyor.yml Outdated
- nodejs_version: "7"

platform:
- x86
Copy link
Member

Choose a reason for hiding this comment

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

Same here, 32bit windows is rare these days and the odds it works on one arch and not the other is quite slim. This just adds build time.

@Mike-Dax
Copy link
Contributor Author

Mike-Dax commented Mar 1, 2017

This runs npm compile manually even though npm install seems to call npm prepublish (insanity), which contains npm compile.

I'm not sure how to deal with that, or if it's a problem at all.

@malept
Copy link
Member

malept commented Sep 17, 2017

This would be nice to merge but it would require someone with access to the electron-bot account to set it up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants