mirror of https://github.com/MaxLeiter/Drift
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
3.3 KiB
YAML
114 lines
3.3 KiB
YAML
environment:
|
|
matrix:
|
|
- nodejs_version: 10
|
|
platform: x64
|
|
- nodejs_version: 10
|
|
platform: x86
|
|
- nodejs_version: 11
|
|
platform: x64
|
|
- nodejs_version: 11
|
|
platform: x86
|
|
- nodejs_version: 12
|
|
platform: x64
|
|
- nodejs_version: 12
|
|
platform: x86
|
|
- nodejs_version: 13
|
|
platform: x64
|
|
- nodejs_version: 13
|
|
platform: x86
|
|
- nodejs_version: 14
|
|
platform: x64
|
|
- nodejs_version: 14
|
|
platform: x86
|
|
# electron
|
|
- nodejs_version: 12.13.0
|
|
platform: x64
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 8.2.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.13.0
|
|
platform: x86
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 8.2.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.13.0
|
|
platform: x64
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 8.1.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.13.0
|
|
platform: x86
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 8.1.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.13.0
|
|
platform: x64
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 8.0.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.13.0
|
|
platform: x86
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 8.0.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.8.1
|
|
platform: x64
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 7.2.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.8.1
|
|
platform: x86
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 7.2.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.8.1
|
|
platform: x64
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 7.1.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.8.1
|
|
platform: x86
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 7.1.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.8.1
|
|
platform: x64
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 7.0.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.8.1
|
|
platform: x86
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 7.0.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.4.0
|
|
platform: x64
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 6.1.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.4.0
|
|
platform: x86
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 6.1.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.4.0
|
|
platform: x64
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 6.0.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
- nodejs_version: 12.4.0
|
|
platform: x86
|
|
NODE_RUNTIME: electron
|
|
NODE_RUNTIME_VERSION: 6.0.0
|
|
TOOLSET_ARGS: --dist-url=https://electronjs.org/headers
|
|
|
|
image: Visual Studio 2017
|
|
|
|
|
|
install:
|
|
- scripts\build-appveyor.bat
|
|
|
|
build: OFF
|
|
test: OFF
|
|
deploy: OFF
|