Unverified Commit 692ed12a by Kewde Committed by GitHub

add missing x86 versions for electron 4.1 & 4.2

parent d3e6d9ed
...@@ -89,11 +89,21 @@ environment: ...@@ -89,11 +89,21 @@ environment:
NODE_RUNTIME_VERSION: 4.2.0 NODE_RUNTIME_VERSION: 4.2.0
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10 - nodejs_version: 10
platform: x86
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 4.2.0
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10
platform: x64 platform: x64
NODE_RUNTIME: electron NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 4.1.0 NODE_RUNTIME_VERSION: 4.1.0
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10 - nodejs_version: 10
platform: x86
NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 4.1.0
TOOLSET_ARGS: --dist-url=https://atom.io/download/electron
- nodejs_version: 10
platform: x64 platform: x64
NODE_RUNTIME: electron NODE_RUNTIME: electron
NODE_RUNTIME_VERSION: 4.0.0 NODE_RUNTIME_VERSION: 4.0.0
......
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