aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b362af441..1034565ed 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,12 +18,18 @@ before_build:
18build_script: 18build_script:
19 - npm run build 19 - npm run build
20 20
21artifacts:
22 - path: out\*.exe
23 - path: out\*.yml
24
25branches: 21branches:
26 except: 22 except:
27 - i18n 23 - i18n
28 - l10n_master 24 - l10n_master
29 - l10n_develop 25 - l10n_develop
26
27for:
28 - branches:
29 only:
30 - master
31 - /v\d*\.\d*\.\d*/
32 - /v\d*\.\d*\.\d*-beta\.\d*/
33 artifacts:
34 - path: out\*.exe
35 - path: out\*.yml