Skip to content

Commit e6c71d3

Browse files
pdesantismapsam
authored andcommitted
prebuilt: add electron 6.0.0 (#1195)
* prebuilt: add electron 6.0.0 * node: use Node 6 for test suite
1 parent bad9339 commit e6c71d3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,15 @@ matrix:
121121
# electron Linux
122122
- os: linux
123123
compiler: clang
124-
env: NODE_VERSION="12" ELECTRON_VERSION="5.0.0"
124+
env: NODE_VERSION="6" ELECTRON_VERSION="6.0.0"
125+
dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
126+
addons:
127+
apt:
128+
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
129+
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
130+
- os: linux
131+
compiler: clang
132+
env: NODE_VERSION="6" ELECTRON_VERSION="5.0.0"
125133
dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
126134
addons:
127135
apt:
@@ -196,6 +204,9 @@ matrix:
196204
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
197205
packages: [ 'clang-3.5']
198206
# electron MacOs
207+
- os: osx
208+
compiler: clang
209+
env: NODE_VERSION="6" ELECTRON_VERSION="6.0.0"
199210
- os: osx
200211
compiler: clang
201212
env: NODE_VERSION="6" ELECTRON_VERSION="5.0.0"

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ environment:
3939
- nodejs_version: 12
4040
platform: x86
4141
# electron
42+
- nodejs_version: 12
43+
platform: x64
44+
NODE_RUNTIME: electron
45+
NODE_RUNTIME_VERSION: 6.0.0
46+
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
47+
- nodejs_version: 12
48+
platform: x86
49+
NODE_RUNTIME: electron
50+
NODE_RUNTIME_VERSION: 6.0.0
51+
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
4252
- nodejs_version: 12
4353
platform: x64
4454
NODE_RUNTIME: electron

0 commit comments

Comments
 (0)