From 0b03c3818101d768d9dc0760d5d2b61fa02256d2 Mon Sep 17 00:00:00 2001 From: Amine Date: Sat, 25 Apr 2020 18:08:00 +0000 Subject: Enhance Travis CI/AppVeyor configuration (#641) --- appveyor.yml | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 1985835ef..acdd94e13 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,29 +1,22 @@ -environment: - APPVEYOR_CACHE_SKIP_RESTORE: true +version: build-{build} +branches: + only: + - release +skip_tags: true +skip_branch_with_pr: true -version: 5.4.1-beta.4.{build} +cache: + - '%APPDATA%\npm-cache' + - node_modules install: - appveyor-retry git submodule update --init --recursive - ps: Install-Product node 10 - appveyor-retry npx lerna bootstrap -cache: - - '%APPDATA%\npm-cache' - before_build: - - npm run lint + - npm run lint && npm test - cmd: set NODE_ENV=production build_script: - appveyor-retry npm run build - -branches: - except: - - i18n - - l10n_master - - l10n_develop - -skip_commits: - files: - - src/i18n/locales/*.json -- cgit v1.2.3-70-g09d2