mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
Add s390x tests to travis
This commit is contained in:
parent
2fa65e0de9
commit
da1f153e5e
1 changed files with 6 additions and 0 deletions
|
@ -102,6 +102,12 @@ jobs:
|
||||||
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
||||||
QEMU_USER_CMD="" # Can run the tests natively without qemu
|
QEMU_USER_CMD="" # Can run the tests natively without qemu
|
||||||
|
|
||||||
|
- stage: test
|
||||||
|
name: 'S390x [GOAL: install] [unit tests, functional tests]'
|
||||||
|
arch: s390x
|
||||||
|
env: >-
|
||||||
|
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
|
||||||
|
|
||||||
- stage: test
|
- stage: test
|
||||||
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'
|
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'
|
||||||
env: >-
|
env: >-
|
||||||
|
|
Loading…
Add table
Reference in a new issue