Add sleep to give some time to debug

This commit is contained in:
DarkPhoenix
2021-06-08 20:24:26 +03:00
parent 2962a89919
commit f6a489fa22

View File

@@ -12,17 +12,18 @@ for:
init: init:
- sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e - - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
install: install:
- pyenv global 3.8 - sh: sleep 10m
- bash scripts/osx-translations.sh - sh: pyenv global 3.8
- bash scripts/osx-setup.sh - sh: bash scripts/osx-translations.sh
- python3 scripts/compile_lang.py - sh: bash scripts/osx-setup.sh
- python3 scripts/dump_crowdin_progress.py - sh: python3 scripts/compile_lang.py
- python3 db_update.py - sh: python3 scripts/dump_crowdin_progress.py
- export PYFA_VERSION="$(python3 scripts/dump_version.py)" - sh: python3 db_update.py
- bash scripts/osx-package.sh - sh: export PYFA_VERSION="$(python3 scripts/dump_version.py)"
- sh: bash scripts/osx-package.sh
before_deploy: before_deploy:
- export RELEASE_PKG_FILE=$(ls *.deb) - sh: export RELEASE_PKG_FILE=$(ls *.deb)
- echo "deploying $RELEASE_PKG_FILE to GitHub releases" - sh: echo "deploying $RELEASE_PKG_FILE to GitHub releases"
- -
matrix: matrix:
only: only: