From e1fe67e7cd91f08aa27bcb629f430db907aa13e4 Mon Sep 17 00:00:00 2001 From: Amine Mouafik Date: Sun, 26 Apr 2020 22:19:11 +0000 Subject: 5.5.0 --- 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 From 517faf0feffe33f17fb6e49818ea8b37ce0d90f0 Mon Sep 17 00:00:00 2001 From: Bennett Date: Sun, 20 Dec 2020 12:01:47 +0100 Subject: Update build config --- .travis.yml | 3 ++- appveyor.yml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/.travis.yml b/.travis.yml index 29d31c4a8..9693eb55a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,8 @@ before_script: script: - | if [ $TRAVIS_BRANCH == "release" ]; then - travis_retry travis_wait 100 npm run build + echo "Building..." + travis_retry travis_wait 100 npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=ferdi -c.mac.identity=null fi - | if [ $TRAVIS_BRANCH == "nightly" ]; then diff --git a/appveyor.yml b/appveyor.yml index d6e909f9c..34ae85b20 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,3 +31,9 @@ for: - npm version prerelease --preid=nightly --no-git-tag-version build_script: - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=nightlies +- + branches: + only: + - release + build_script: + - appveyor-retry npm run build -- --publish always -c.publish.provider=github -c.publish.owner=getferdi -c.publish.repo=ferdi -- cgit v1.2.3-70-g09d2