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