Skip to content

Commit 75fee8a

Browse files
authored
prebuilt: add electron 8.1 & 8.2 (#1308)
* ci: add electron 8.1 & 8.2 (Linux & MacOS) * prebuilt: add electron 8.1 & 8.2 (Windows)
1 parent fc48aed commit 75fee8a

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,22 @@ 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.2.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']
141+
- os: linux
142+
compiler: clang
143+
env: NODE_VERSION="8" ELECTRON_VERSION="8.1.0"
144+
dist: trusty
145+
addons:
146+
apt:
147+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
148+
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
133149
- os: linux
134150
compiler: clang
135151
env: NODE_VERSION="8" ELECTRON_VERSION="8.0.0"
@@ -247,6 +263,12 @@ matrix:
247263
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
248264
packages: [ 'clang-3.5']
249265
# electron MacOs
266+
- os: osx
267+
compiler: clang
268+
env: NODE_VERSION="8" ELECTRON_VERSION="8.2.0"
269+
- os: osx
270+
compiler: clang
271+
env: NODE_VERSION="8" ELECTRON_VERSION="8.1.0"
250272
- os: osx
251273
compiler: clang
252274
env: NODE_VERSION="8" ELECTRON_VERSION="8.0.0"

appveyor.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,26 @@ 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.2.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.2.0
55+
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
56+
- nodejs_version: 12
57+
platform: x64
58+
NODE_RUNTIME: electron
59+
NODE_RUNTIME_VERSION: 8.1.0
60+
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
61+
- nodejs_version: 12
62+
platform: x86
63+
NODE_RUNTIME: electron
64+
NODE_RUNTIME_VERSION: 8.1.0
65+
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
4666
- nodejs_version: 12
4767
platform: x64
4868
NODE_RUNTIME: electron

0 commit comments

Comments
 (0)