mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 06:06:33 +00:00
Point NPM to electron in Appveyor to avoid compilation issues (#402)
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
6e3f17fd7a
commit
c508f341f7
@ -12,6 +12,10 @@ cache:
|
|||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
ELECTRON_NO_ATTACH_CONSOLE: true
|
ELECTRON_NO_ATTACH_CONSOLE: true
|
||||||
|
npm_config_disturl: https://atom.io/download/atom-shell
|
||||||
|
npm_config_runtime: electron
|
||||||
|
npm_config_target: 0.37.6
|
||||||
|
npm_config_arch: x64
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: 5
|
- nodejs_version: 5
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user