aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-08 17:34:13 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-08 14:04:13 +0200
commitf02bf3384ca454b8ec2ebd237a1db8e76a3227c1 (patch)
tree7f3c28167e62606b0aa689ad1fbc47f3a9c851ec
parentBump ua-parser-js from 0.7.19 to 0.7.28 in /packages/ui (#1363) (diff)
downloadferdium-app-f02bf3384ca454b8ec2ebd237a1db8e76a3227c1.tar.gz
ferdium-app-f02bf3384ca454b8ec2ebd237a1db8e76a3227c1.tar.zst
ferdium-app-f02bf3384ca454b8ec2ebd237a1db8e76a3227c1.zip
Update to specific version of nodejs in appveyor (#1366)
* Use the powershell command to install the specific version of nodejs that we want. * Enable appveyor builds (without publishing) for all commits into the 'develop' and 'nightly' branches.
-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/