Skip to content

Commit

Permalink
add electron 3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaidar committed Nov 16, 2018
1 parent 1b80404 commit aab05f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
matrix:
- nodejs_version: 4
platform: x64
msvs_toolset: 12
msvs_toolset: 12
- nodejs_version: 5
platform: x64
- nodejs_version: 6
Expand All @@ -20,6 +20,11 @@ environment:
- nodejs_version: 10
platform: x64
# electron
- nodejs_version: 8
platform: x64
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 3.0.7
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 8
platform: x64
NODE_RUNTIME: electron
Expand All @@ -37,4 +42,4 @@ install:

build: OFF
test: OFF
deploy: OFF
deploy: OFF

0 comments on commit aab05f2

Please sign in to comment.