Skip to content

Commit b924f8a

Browse files
committed
chore(appveyor): add appveyor configuration
1 parent 4c48741 commit b924f8a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

appveyor.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: "{build}"
2+
build: off
3+
skip_tags: true
4+
5+
environment:
6+
matrix:
7+
- nodejs_version: "6"
8+
- nodejs_version: "8"
9+
- nodejs_version: "10"
10+
11+
platform:
12+
- x86
13+
- x64
14+
15+
install:
16+
- ps: Install-Product node $env:nodejs_version $env:platform
17+
- set PATH=%APPDATA%\npm;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin;%PATH%
18+
- npm i
19+
20+
test_script:
21+
- npm test

0 commit comments

Comments
 (0)