From 9d3a8b085c7094939773ee76ec527a8307edf5fc Mon Sep 17 00:00:00 2001 From: Kewde Date: Sun, 19 Apr 2020 11:05:21 +0000 Subject: [PATCH 1/2] ci: add electron 8.1 & 8.2 (Linux & MacOS- --- .travis.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.travis.yml b/.travis.yml index 46b9fc39c..301daec07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -130,6 +130,22 @@ matrix: compiler: clang env: NODE_VERSION="4" # node abi 46 # electron Linux + - os: linux + compiler: clang + env: NODE_VERSION="8" ELECTRON_VERSION="8.2.0" + dist: trusty + 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="8" ELECTRON_VERSION="8.1.0" + dist: trusty + 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="8" ELECTRON_VERSION="8.0.0" @@ -247,6 +263,12 @@ matrix: sources: [ 'ubuntu-toolchain-r-test','llvm-toolchain-precise-3.5', 'gcc-multilib', 'g++-multilib', 'libsqlite3-dev:i386' ] packages: [ 'clang-3.5'] # electron MacOs + - os: osx + compiler: clang + env: NODE_VERSION="8" ELECTRON_VERSION="8.2.0" + - os: osx + compiler: clang + env: NODE_VERSION="8" ELECTRON_VERSION="8.1.0" - os: osx compiler: clang env: NODE_VERSION="8" ELECTRON_VERSION="8.0.0" From 87c39a1460edfecd82e295cc2b799130b433827a Mon Sep 17 00:00:00 2001 From: Kewde Date: Sun, 19 Apr 2020 11:06:42 +0000 Subject: [PATCH 2/2] prebuilt: add electron 8.1 & 8.2 (Windows) --- appveyor.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index cd2c8f685..6ec3a5935 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,6 +43,26 @@ environment: - nodejs_version: 13 platform: x86 # electron + - nodejs_version: 12 + platform: x64 + NODE_RUNTIME: electron + NODE_RUNTIME_VERSION: 8.2.0 + TOOLSET_ARGS: --dist-url=https://electronjs.org/headers + - nodejs_version: 12 + platform: x86 + NODE_RUNTIME: electron + NODE_RUNTIME_VERSION: 8.2.0 + TOOLSET_ARGS: --dist-url=https://electronjs.org/headers + - nodejs_version: 12 + platform: x64 + NODE_RUNTIME: electron + NODE_RUNTIME_VERSION: 8.1.0 + TOOLSET_ARGS: --dist-url=https://electronjs.org/headers + - nodejs_version: 12 + platform: x86 + NODE_RUNTIME: electron + NODE_RUNTIME_VERSION: 8.1.0 + TOOLSET_ARGS: --dist-url=https://electronjs.org/headers - nodejs_version: 12 platform: x64 NODE_RUNTIME: electron