mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
travis: Re-enable s390x
This commit is contained in:
parent
24ead1a923
commit
fae656144e
1 changed files with 6 additions and 8 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -72,14 +72,12 @@ jobs:
|
||||||
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
||||||
QEMU_USER_CMD=""
|
QEMU_USER_CMD=""
|
||||||
|
|
||||||
# s390 build was disabled temporarily because of disk space issues on the Travis VM
|
- stage: test
|
||||||
#
|
name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
|
||||||
# - stage: test
|
arch: s390x # Can disable QEMU_USER_CMD and run the tests natively without qemu
|
||||||
# name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
|
env: >-
|
||||||
# arch: s390x # Can disable QEMU_USER_CMD and run the tests natively without qemu
|
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
|
||||||
# env: >-
|
QEMU_USER_CMD=""
|
||||||
# FILE_ENV="./ci/test/00_setup_env_s390x.sh"
|
|
||||||
# QEMU_USER_CMD=""
|
|
||||||
|
|
||||||
- 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]'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue