follow-up prev
This commit is contained in:
+7
-7
@@ -53,7 +53,7 @@ task:
|
|||||||
CI_PULL_REQUEST: $CIRRUS_PR
|
CI_PULL_REQUEST: $CIRRUS_PR
|
||||||
# in addition, COVERALLS_REPO_TOKEN is set as an "override" in https://cirrus-ci.com/settings/...
|
# in addition, COVERALLS_REPO_TOKEN is set as an "override" in https://cirrus-ci.com/settings/...
|
||||||
depends_on:
|
depends_on:
|
||||||
- Flake8 Mandatory
|
- "linter: Flake8 Mandatory"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: "locale: upload to crowdin"
|
name: "locale: upload to crowdin"
|
||||||
@@ -76,7 +76,7 @@ task:
|
|||||||
ELECTRUM_REQUIREMENTS_CI: contrib/requirements/requirements-ci.txt
|
ELECTRUM_REQUIREMENTS_CI: contrib/requirements/requirements-ci.txt
|
||||||
# in addition, crowdin_api_key is set as an "override" in https://cirrus-ci.com/settings/...
|
# in addition, crowdin_api_key is set as an "override" in https://cirrus-ci.com/settings/...
|
||||||
depends_on:
|
depends_on:
|
||||||
- Tox Python 3.8
|
- "unittests: Tox Python 3.8"
|
||||||
only_if: $CIRRUS_BRANCH == 'master'
|
only_if: $CIRRUS_BRANCH == 'master'
|
||||||
|
|
||||||
task:
|
task:
|
||||||
@@ -117,7 +117,7 @@ task:
|
|||||||
# ElectrumX exits with an error without this:
|
# ElectrumX exits with an error without this:
|
||||||
ALLOW_ROOT: 1
|
ALLOW_ROOT: 1
|
||||||
depends_on:
|
depends_on:
|
||||||
- Flake8 Mandatory
|
- "linter: Flake8 Mandatory"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
container:
|
container:
|
||||||
@@ -178,7 +178,7 @@ task:
|
|||||||
CIRRUS_WORKING_DIR: /opt/wine64/drive_c/electrum
|
CIRRUS_WORKING_DIR: /opt/wine64/drive_c/electrum
|
||||||
CIRRUS_DOCKER_CONTEXT: contrib/build-wine
|
CIRRUS_DOCKER_CONTEXT: contrib/build-wine
|
||||||
depends_on:
|
depends_on:
|
||||||
- Tox Python 3.8
|
- "unittests: Tox Python 3.8"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: "build: Android (QML $APK_ARCH)"
|
name: "build: Android (QML $APK_ARCH)"
|
||||||
@@ -206,7 +206,7 @@ task:
|
|||||||
binaries_artifacts:
|
binaries_artifacts:
|
||||||
path: "dist/*"
|
path: "dist/*"
|
||||||
depends_on:
|
depends_on:
|
||||||
- Tox Python 3.8
|
- "unittests: Tox Python 3.8"
|
||||||
|
|
||||||
## mac build disabled, as Cirrus CI no longer supports Intel-based mac builds
|
## mac build disabled, as Cirrus CI no longer supports Intel-based mac builds
|
||||||
#task:
|
#task:
|
||||||
@@ -264,7 +264,7 @@ task:
|
|||||||
env:
|
env:
|
||||||
CIRRUS_DOCKER_CONTEXT: contrib/build-linux/appimage
|
CIRRUS_DOCKER_CONTEXT: contrib/build-linux/appimage
|
||||||
depends_on:
|
depends_on:
|
||||||
- Tox Python 3.8
|
- "unittests: Tox Python 3.8"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
container:
|
container:
|
||||||
@@ -287,7 +287,7 @@ task:
|
|||||||
env:
|
env:
|
||||||
OMIT_UNCLEAN_FILES: 1
|
OMIT_UNCLEAN_FILES: 1
|
||||||
depends_on:
|
depends_on:
|
||||||
- Tox Python 3.8
|
- "unittests: Tox Python 3.8"
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: "check submodules"
|
name: "check submodules"
|
||||||
|
|||||||
Reference in New Issue
Block a user