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 6452ab38d..b09759a42 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,6 @@ version: build-{build}
2branches: 2branches:
3 only: 3 only:
4 - release 4 - release
5 - nightly
6skip_tags: true 5skip_tags: true
7skip_branch_with_pr: true 6skip_branch_with_pr: true
8 7
@@ -28,7 +27,7 @@ for:
28 branches: 27 branches:
29 only: 28 only:
30 - nightly 29 - nightly
31 before_build: 30 only_commits:
32 - npm version prerelease --preid=nightly --no-git-tag-version 31 message: /trigger AppVeyor nightly build/
33 build_script: 32 build_script:
34 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies 33 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies