Skip to content

Commit c1c3c75

Browse files
authored
prebuilt: add electron 7.2 (#1324)
1 parent 1690479 commit c1c3c75

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
@@ -87,6 +87,14 @@ matrix:
8787
apt:
8888
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
8989
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
90+
- os: linux
91+
compiler: clang
92+
env: NODE_VERSION="12" ELECTRON_VERSION="7.2.0"
93+
dist: trusty
94+
addons:
95+
apt:
96+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
97+
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
9098
- os: linux
9199
compiler: clang
92100
env: NODE_VERSION="12" ELECTRON_VERSION="7.1.0"
@@ -129,6 +137,9 @@ matrix:
129137
- os: osx
130138
compiler: clang
131139
env: NODE_VERSION="12" ELECTRON_VERSION="8.0.0"
140+
- os: osx
141+
compiler: clang
142+
env: NODE_VERSION="12" ELECTRON_VERSION="7.2.0"
132143
- os: osx
133144
compiler: clang
134145
env: NODE_VERSION="12" ELECTRON_VERSION="7.1.0"

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,16 @@ environment:
4747
NODE_RUNTIME: electron
4848
NODE_RUNTIME_VERSION: 8.0.0
4949
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
50+
- nodejs_version: 12
51+
platform: x64
52+
NODE_RUNTIME: electron
53+
NODE_RUNTIME_VERSION: 7.2.0
54+
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
55+
- nodejs_version: 12
56+
platform: x86
57+
NODE_RUNTIME: electron
58+
NODE_RUNTIME_VERSION: 7.2.0
59+
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
5060
- nodejs_version: 12
5161
platform: x64
5262
NODE_RUNTIME: electron

0 commit comments

Comments
 (0)