aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index acdd94e13..d6e909f9c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,7 @@ version: build-{build}
2branches: 2branches:
3 only: 3 only:
4 - release 4 - release
5 - nightly
5skip_tags: true 6skip_tags: true
6skip_branch_with_pr: true 7skip_branch_with_pr: true
7 8
@@ -20,3 +21,13 @@ before_build:
20 21
21build_script: 22build_script:
22 - appveyor-retry npm run build 23 - appveyor-retry npm run build
24
25for:
26-
27 branches:
28 only:
29 - nightly
30 before_build:
31 - npm version prerelease --preid=nightly --no-git-tag-version
32 build_script:
33 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies