-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
38 lines (28 loc) · 568 Bytes
/
appveyor.yml
File metadata and controls
38 lines (28 loc) · 568 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
38
image: Visual Studio 2017
platform:
- x64
environment:
matrix:
- nodejs_version: 13
GITHUB_TOKEN:
secure: Ptf4oLDAcBtU/9Y2xUT480XLG2UHvBLNUWMM4+jMUBjS7OMu2Y5Xh8161HV98QUB
cache:
- '%LOCALAPPDATA%/Yarn'
- node_modules
- app/node_modules
- '%USERPROFILE%\.electron'
matrix:
fast_finish: true
build: off
version: '{build}'
shallow_clone: true
clone_depth: 1
install:
- ps: Install-Product node $env:nodejs_version x64
- set CI=true
- yarn --frozen-lockfile
test_script:
- yarn package-ci
- yarn lint
- yarn tsc
- yarn test