cirrus: follow-up previous commit
This commit is contained in:
16
.cirrus.yml
16
.cirrus.yml
@@ -85,11 +85,11 @@ task:
|
||||
locale_script:
|
||||
- contrib/push_locale
|
||||
env:
|
||||
ELECTRUM_IMAGE: python:3.8
|
||||
ELECTRUM_IMAGE: python:3.9
|
||||
ELECTRUM_REQUIREMENTS_CI: contrib/requirements/requirements-ci.txt
|
||||
# in addition, crowdin_api_key is set as an "override" in https://cirrus-ci.com/settings/...
|
||||
depends_on:
|
||||
- "unittests: Tox Python 3.8"
|
||||
- "unittests: Tox Python 3.9"
|
||||
only_if: $CIRRUS_BRANCH == 'master'
|
||||
|
||||
task:
|
||||
@@ -156,7 +156,7 @@ task:
|
||||
flake8_script:
|
||||
- flake8 . --count --select="$ELECTRUM_LINTERS" --ignore="$ELECTRUM_LINTERS_IGNORE" --show-source --statistics --exclude "*_pb2.py,electrum/_vendor/"
|
||||
env:
|
||||
ELECTRUM_IMAGE: python:3.8
|
||||
ELECTRUM_IMAGE: python:3.9
|
||||
ELECTRUM_REQUIREMENTS: contrib/requirements/requirements.txt
|
||||
matrix:
|
||||
- name: "linter: Flake8 Mandatory"
|
||||
@@ -212,7 +212,7 @@ task:
|
||||
CIRRUS_WORKING_DIR: /opt/wine64/drive_c/electrum
|
||||
CIRRUS_DOCKER_CONTEXT: contrib/build-wine
|
||||
depends_on:
|
||||
- "unittests: Tox Python 3.8"
|
||||
- "unittests: Tox Python 3.9"
|
||||
|
||||
task:
|
||||
name: "build: Android (QML $APK_ARCH)"
|
||||
@@ -246,7 +246,7 @@ task:
|
||||
binaries_artifacts:
|
||||
path: "dist/*"
|
||||
depends_on:
|
||||
- "unittests: Tox Python 3.8"
|
||||
- "unittests: Tox Python 3.9"
|
||||
|
||||
## mac build disabled, as Cirrus CI no longer supports Intel-based mac builds
|
||||
#task:
|
||||
@@ -309,7 +309,7 @@ task:
|
||||
env:
|
||||
CIRRUS_DOCKER_CONTEXT: contrib/build-linux/appimage
|
||||
depends_on:
|
||||
- "unittests: Tox Python 3.8"
|
||||
- "unittests: Tox Python 3.9"
|
||||
|
||||
task:
|
||||
container:
|
||||
@@ -332,12 +332,12 @@ task:
|
||||
env:
|
||||
OMIT_UNCLEAN_FILES: 1
|
||||
depends_on:
|
||||
- "unittests: Tox Python 3.8"
|
||||
- "unittests: Tox Python 3.9"
|
||||
|
||||
task:
|
||||
name: "check submodules"
|
||||
container:
|
||||
image: python:3.8
|
||||
image: python:3.9
|
||||
cpu: 1
|
||||
memory: 1G
|
||||
fetch_script:
|
||||
|
||||
Reference in New Issue
Block a user