aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 34ae85b20..2f5299dd9 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
@@ -13,6 +12,7 @@ cache:
13install: 12install:
14 - appveyor-retry git submodule update --init --recursive 13 - appveyor-retry git submodule update --init --recursive
15 - ps: Install-Product node 10 14 - ps: Install-Product node 10
15 - cd recipes && npm install && npm run package && cd ..
16 - appveyor-retry npx lerna bootstrap 16 - appveyor-retry npx lerna bootstrap
17 17
18before_build: 18before_build:
@@ -27,8 +27,8 @@ for:
27 branches: 27 branches:
28 only: 28 only:
29 - nightly 29 - nightly
30 before_build: 30 only_commits:
31 - npm version prerelease --preid=nightly --no-git-tag-version 31 message: /trigger AppVeyor nightly build/
32 build_script: 32 build_script:
33 - 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
34- 34-