Unverified Commit 876b99c6 by Kewde Committed by GitHub

Add NodeJS 11 [publish binary]

parents a28cc7a5 44dd081a
......@@ -20,6 +20,13 @@ matrix:
# Linux
- os: linux
compiler: clang
env: NODE_VERSION="11"
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux
compiler: clang
env: NODE_VERSION="10"
addons:
apt:
......@@ -78,6 +85,9 @@ matrix:
# OS X
- os: osx
compiler: clang
env: NODE_VERSION="11" # node abi 67
- os: osx
compiler: clang
env: NODE_VERSION="10" # node abi 64
- os: osx
compiler: clang
......
......@@ -30,6 +30,10 @@ environment:
platform: x64
- nodejs_version: 10
platform: x86
- nodejs_version: 11
platform: x64
- nodejs_version: 11
platform: x86
# electron
- nodejs_version: 10
platform: x64
......@@ -98,6 +102,7 @@ environment:
os: Visual Studio 2015
install:
- scripts\build-appveyor.bat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment