Unverified Commit 3430a2d2 by Kewde Committed by GitHub

Merge pull request #1021 from kewde/patch-2

test electron 3.0.0
parents 830275e6 6d22d948
...@@ -110,6 +110,14 @@ matrix: ...@@ -110,6 +110,14 @@ matrix:
# electron Linux # electron Linux
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="3.0.0-beta.1"
dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
addons:
apt:
sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ]
packages: [ 'clang-3.5', 'libstdc++-4.9-dev']
- os: linux
compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1" env: NODE_VERSION="6" ELECTRON_VERSION="2.0.1"
dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise dist: trusty # needed for libc6 / 'version `GLIBC_2.17` not found' error on precise
addons: addons:
......
...@@ -31,6 +31,16 @@ environment: ...@@ -31,6 +31,16 @@ environment:
- nodejs_version: 10 - nodejs_version: 10
platform: x86 platform: x86
# electron # electron
- nodejs_version: 10
platform: x64
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 3.0.0-beta.1
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10
platform: x86
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 3.0.0-beta.1
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 8 - nodejs_version: 8
platform: x64 platform: x64
NODE_RUNTIME: electron NODE_RUNTIME: electron
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment