aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-04-25 18:08:00 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-25 18:08:00 +0000
commit0b03c3818101d768d9dc0760d5d2b61fa02256d2 (patch)
tree4b45991ccedbe223f4d5f648eb48804c3acbc7d3 /appveyor.yml
parentEnable Dark Reader settings to follow the accent color (#646) (diff)
downloadferdium-app-0b03c3818101d768d9dc0760d5d2b61fa02256d2.tar.gz
ferdium-app-0b03c3818101d768d9dc0760d5d2b61fa02256d2.tar.zst
ferdium-app-0b03c3818101d768d9dc0760d5d2b61fa02256d2.zip
Enhance Travis CI/AppVeyor configuration (#641)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml27
1 files changed, 10 insertions, 17 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1985835ef..acdd94e13 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,29 +1,22 @@
1environment: 1version: build-{build}
2 APPVEYOR_CACHE_SKIP_RESTORE: true 2branches:
3 only:
4 - release
5skip_tags: true
6skip_branch_with_pr: true
3 7
4version: 5.4.1-beta.4.{build} 8cache:
9 - '%APPDATA%\npm-cache'
10 - node_modules
5 11
6install: 12install:
7 - appveyor-retry git submodule update --init --recursive 13 - appveyor-retry git submodule update --init --recursive
8 - ps: Install-Product node 10 14 - ps: Install-Product node 10
9 - appveyor-retry npx lerna bootstrap 15 - appveyor-retry npx lerna bootstrap
10 16
11cache:
12 - '%APPDATA%\npm-cache'
13
14before_build: 17before_build:
15 - npm run lint 18 - npm run lint && npm test
16 - cmd: set NODE_ENV=production 19 - cmd: set NODE_ENV=production
17 20
18build_script: 21build_script:
19 - appveyor-retry npm run build 22 - appveyor-retry npm run build
20
21branches:
22 except:
23 - i18n
24 - l10n_master
25 - l10n_develop
26
27skip_commits:
28 files:
29 - src/i18n/locales/*.json