Unverified Commit 460931be by Kewde Committed by GitHub

prebuilts: add node v13 (#1247)

parent 375d827c
...@@ -21,6 +21,14 @@ matrix: ...@@ -21,6 +21,14 @@ matrix:
- os: linux - os: linux
dist: trusty dist: trusty
compiler: clang compiler: clang
env: NODE_VERSION="13"
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
dist: trusty
compiler: clang
env: NODE_VERSION="12" env: NODE_VERSION="12"
addons: addons:
apt: apt:
...@@ -93,7 +101,10 @@ matrix: ...@@ -93,7 +101,10 @@ matrix:
# OS X # OS X
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="12" # node abi 67 env: NODE_VERSION="13" # node abi 79
- os: osx
compiler: clang
env: NODE_VERSION="12" # node abi 72
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="11" # node abi 67 env: NODE_VERSION="11" # node abi 67
......
...@@ -38,6 +38,10 @@ environment: ...@@ -38,6 +38,10 @@ environment:
platform: x64 platform: x64
- nodejs_version: 12 - nodejs_version: 12
platform: x86 platform: x86
- nodejs_version: 13
platform: x64
- nodejs_version: 13
platform: x86
# electron # electron
- nodejs_version: 12 - nodejs_version: 12
platform: x64 platform: x64
......
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