electron-userland / electron-compile

DEPRECATED: Electron supporting package to compile JS and CSS in Electron applications
1.01k stars 97 forks source link

Added Appveyor config for Windows CI builds #194

Open Mike-Dax opened 7 years ago

Mike-Dax commented 7 years ago

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

Mike-Dax commented 7 years ago

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 commented 7 years ago

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