aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml16
1 files changed, 9 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d9296b1f6..1d614b4c7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,18 +9,20 @@ environment:
9version: 5.0.0.{build} 9version: 5.0.0.{build}
10 10
11install: 11install:
12 - ps: Install-Product node 8 12 - ps: $version = Get-Content .\.nvmrc -Raw
13 - yarn cache clean 13 - ps: Install-Product node $version
14 - yarn install 14 - npm ci
15 - node --version
16 - npm --version
15 17
16# cache: 18cache:
17# - "%LOCALAPPDATA%\\Yarn" 19 - '%APPDATA%\npm-cache'
18 20
19before_build: 21before_build:
20 - yarn lint 22 - npm run lint
21 23
22build_script: 24build_script:
23 - yarn build --x64 --ia32 25 - npm run build
24 26
25notifications: 27notifications:
26 - provider: Slack 28 - provider: Slack