You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- IF DEFINED ELECTRON (npm install electron-prebuilt@%ELECTRON%)
20
-
- IF DEFINED ELECTRON (npm install -g node-gyp)
21
20
# We always need to rebuild for electron even for electron <= 1.1.3
22
-
- IF DEFINED ELECTRON (node-gyp rebuild --runtime=electron --target=%ELECTRON% --disturl=https://atom.io/download/atom-shell --build-from-source)
21
+
- IF DEFINED ELECTRON (node_modules\.bin\node-gyp rebuild --runtime=electron --target=%ELECTRON% --disturl=https://atom.io/download/atom-shell --build-from-source)
23
22
24
23
25
24
test_script:
26
25
- IF DEFINED ELECTRON (appveyor-retry call npm run test:electron) ELSE (appveyor-retry call npm test)
0 commit comments