From 5af904ca18812f742ae46548c55eedff2946019f Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 8 Jun 2021 21:07:11 +0300 Subject: [PATCH] Split build process into multiple stages --- .appveyor.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7908ac3fd..b9c52f05f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,15 +9,17 @@ for: only: - image: macos # Should be enabled only for build process debugging - # init: + init: # - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e - - install: - sh: source ~/venv3.7/bin/activate - - sh: bash scripts/osx-translations.sh + install: - sh: bash scripts/osx-setup.sh + build_script: + - sh: bash scripts/osx-translations.sh - sh: python3 scripts/compile_lang.py - sh: python3 scripts/dump_crowdin_progress.py - sh: python3 db_update.py + after_build: - sh: export PYFA_VERSION="$(python3 scripts/dump_version.py)" - sh: bash scripts/osx-package.sh artifacts: