Skip to content

Commit

Permalink
Build node 12 on appveyor
Browse files Browse the repository at this point in the history
Node 12 may not be pre-built yet? appveyor/ci#2921
  • Loading branch information
dhritzkiv committed May 29, 2019
1 parent 40dd20b commit 10e124e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
platform:
- x64

environment:
matrix:
- nodejs_version: "12"

install:
- cmd: git submodule update --init
- ps: Install-Product node 12 $env:PLATFORM
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- npm config set msvs_version 2015 --global
- npm config set target_arch %PLATFORM% --global
- npm install -g node-gyp
Expand Down

0 comments on commit 10e124e

Please sign in to comment.