aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e2622d42c..22884b113 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,8 @@
1version: build-{build} 1version: build-{build}
2branches: 2branches:
3 only: 3 only:
4 - develop
5 - nightly
4 - release 6 - release
5skip_tags: true 7skip_tags: true
6skip_branch_with_pr: true 8skip_branch_with_pr: true
@@ -18,7 +20,7 @@ environment:
18 20
19install: 21install:
20 - appveyor-retry git submodule update --init --recursive 22 - appveyor-retry git submodule update --init --recursive
21 - ps: Install-Product node $env:nodejs_version 23 - ps: Update-NodeJsInstallation $env:nodejs_version
22 - cmd: set NODE_OPTIONS=--max-old-space-size=2048 24 - cmd: set NODE_OPTIONS=--max-old-space-size=2048
23 - cd recipes && npm install && npm run package && cd .. 25 - cd recipes && npm install && npm run package && cd ..
24 - appveyor-retry npx lerna bootstrap 26 - appveyor-retry npx lerna bootstrap
@@ -34,6 +36,12 @@ for:
34- 36-
35 branches: 37 branches:
36 only: 38 only:
39 - develop
40 build_script:
41 - appveyor-retry npm run build
42-
43 branches:
44 only:
37 - nightly 45 - nightly
38 only_commits: 46 only_commits:
39 message: /trigger AppVeyor nightly build/ 47 message: /trigger AppVeyor nightly build/