Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 7743cff

Browse files
committed
Added Appveyor build support
1 parent 00969df commit 7743cff

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+
os: unstable
2+
cache:
3+
- node_modules
4+
environment:
5+
GH_TOKEN:
6+
secure: ruXayOUgryDqMg8KBrkEVzK3WZCvh+nJq1ZVA8NRylHdeQQDQO44wfyBf0Bi9ZUt
7+
matrix:
8+
- nodejs_version: 8
9+
install:
10+
- ps: Install-Product node $env:nodejs_version
11+
- set CI=true
12+
- cd src
13+
- yarn install
14+
matrix:
15+
fast_finish: true
16+
build: off
17+
version: '{branch}-{build}'
18+
shallow_clone: true
19+
clone_depth: 1
20+
test_script:
21+
- yarn dist-appveyor

0 commit comments

Comments
 (0)