aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml58
1 files changed, 0 insertions, 58 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 7fd061523..000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,58 +0,0 @@
1version: build-{build}
2branches:
3 only:
4 - develop
5 - nightly
6 - release
7skip_tags: true
8skip_branch_with_pr: true
9
10cache:
11 - '%APPDATA%\npm-cache'
12 - node_modules
13 - '%USERPROFILE%\.electron'
14 - '%USERPROFILE%\.electron-builder'
15
16image: Visual Studio 2019
17
18environment:
19 nodejs_version: "14.16.1"
20
21install:
22 - appveyor-retry git submodule update --init --recursive
23 - ps: Update-NodeJsInstallation $env:nodejs_version
24 - cmd: set NODE_OPTIONS=--max-old-space-size=2048
25 - cd recipes && npm i && npm run package && cd ..
26 - appveyor-retry npx lerna bootstrap
27
28before_build:
29 - npm run lint && npm test
30 - cmd: set NODE_ENV=production
31
32build_script:
33 - appveyor-retry npm run build
34
35for:
36-
37 branches:
38 only:
39 - develop
40 build_script:
41 - appveyor-retry npm run build
42 skip_commits:
43 files:
44 - src/i18n/**/*.json
45-
46 branches:
47 only:
48 - nightly
49 only_commits:
50 message: /trigger AppVeyor nightly build/
51 build_script:
52 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies
53-
54 branches:
55 only:
56 - release
57 build_script:
58 - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=ferdi