Skip to content

Commit dc30669

Browse files
authored
prebuilt: electron 8 (#1294)
Fixes #1293
1 parent 65da4a8 commit dc30669

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,14 @@ matrix:
130130
compiler: clang
131131
env: NODE_VERSION="4" # node abi 46
132132
# electron Linux
133+
- os: linux
134+
compiler: clang
135+
env: NODE_VERSION="8" ELECTRON_VERSION="8.0.0"
136+
dist: trusty
137+
addons:
138+
apt:
139+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
140+
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
133141
- os: linux
134142
compiler: clang
135143
env: NODE_VERSION="8" ELECTRON_VERSION="7.1.0"
@@ -239,6 +247,9 @@ matrix:
239247
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
240248
packages: [ 'clang-3.5']
241249
# electron MacOs
250+
- os: osx
251+
compiler: clang
252+
env: NODE_VERSION="8" ELECTRON_VERSION="8.0.0"
242253
- os: osx
243254
compiler: clang
244255
env: NODE_VERSION="8" ELECTRON_VERSION="7.1.0"

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ environment:
4343
- nodejs_version: 13
4444
platform: x86
4545
# electron
46+
- nodejs_version: 12
47+
platform: x64
48+
NODE_RUNTIME: electron
49+
NODE_RUNTIME_VERSION: 8.0.0
50+
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
51+
- nodejs_version: 12
52+
platform: x86
53+
NODE_RUNTIME: electron
54+
NODE_RUNTIME_VERSION: 8.0.0
55+
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
4656
- nodejs_version: 12
4757
platform: x64
4858
NODE_RUNTIME: electron

0 commit comments

Comments
 (0)