aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c00198312..a8e55d25f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,19 +9,20 @@ environment:
9version: 5.0.0.{build} 9version: 5.0.0.{build}
10 10
11install: 11install:
12 - ps: Install-Product node 7 12 - ps: Install-Product node 8
13 - yarn cache clean
13 - yarn add global gulp-cli@1.2.2 14 - yarn add global gulp-cli@1.2.2
14 - yarn add global gulpjs/gulp#4.0 15 - yarn add global gulpjs/gulp#4.0
15 - yarn install 16 - yarn install
16 17
17cache: 18# cache:
18 - "%LOCALAPPDATA%\\Yarn" 19# - "%LOCALAPPDATA%\\Yarn"
19 20
20before_build: 21before_build:
21 - yarn lint 22 - yarn lint
22 23
23build_script: 24build_script:
24 - yarn build 25 - yarn build --x64 --ia32
25 26
26notifications: 27notifications:
27 - provider: Slack 28 - provider: Slack
@@ -30,3 +31,4 @@ notifications:
30 31
31artifacts: 32artifacts:
32 - path: out\*.exe 33 - path: out\*.exe
34 - path: out\*.yml