Skip to content

Commit 53dc9cb

Browse files
authored
ci: electron v5.0.0 (#1160)
1 parent f401f7a commit 53dc9cb

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
@@ -119,6 +119,14 @@ matrix:
119119
compiler: clang
120120
env: NODE_VERSION="4" # node abi 46
121121
# electron Linux
122+
- os: linux
123+
compiler: clang
124+
env: NODE_VERSION="12" ELECTRON_VERSION="5.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']
122130
- os: linux
123131
compiler: clang
124132
env: NODE_VERSION="6" ELECTRON_VERSION="4.0.0"
@@ -172,6 +180,9 @@ matrix:
172180
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
173181
packages: [ 'clang-3.5']
174182
# electron MacOs
183+
- os: osx
184+
compiler: clang
185+
env: NODE_VERSION="6" ELECTRON_VERSION="5.0.0"
175186
- os: osx
176187
compiler: clang
177188
env: NODE_VERSION="6" ELECTRON_VERSION="4.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: 5.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: 5.0.0
51+
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
4252
- nodejs_version: 10
4353
platform: x64
4454
NODE_RUNTIME: electron

0 commit comments

Comments
 (0)