-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
37 lines (30 loc) · 754 Bytes
/
appveyor.yml
File metadata and controls
37 lines (30 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
branches:
only:
- master
- next
init:
- git config --global core.autocrlf input
clone_depth: 50
# https://github.com/nodejs/Release#nodejs-release-working-group
environment:
matrix:
- nodejs_version: 8 # ends December 2019
job_part: test
- nodejs_version: 7 # no LTS
job_part: test
- nodejs_version: 6 # ends April 2019
job_part: test
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install yarn -g
- yarn install --frozen-lockfile
- yarn link --frozen-lockfile || yarn link --frozen-lockfile
- yarn link rowser --frozen-lockfile
build: off
matrix:
fast_finish: true
test_script:
- node --version
- npm --version
- yarn --version
- cmd: npm run appveyor:%job_part%