0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-12 11:19:08 -05:00

ci: Remove misplaced comments from folded block scalar

Also Travis build config validation added.
This commit is contained in:
Hennadii Stepanov 2020-03-26 18:04:32 +02:00
parent f3a91ab0ed
commit e41e46cee0
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -25,6 +25,8 @@
# [1] https://docs.travis-ci.com/user/caching/#build-phases # [1] https://docs.travis-ci.com/user/caching/#build-phases
# [2] https://docs.travis-ci.com/user/customizing-the-build#build-timeouts # [2] https://docs.travis-ci.com/user/customizing-the-build#build-timeouts
version: ~> 1.0
dist: xenial dist: xenial
os: linux os: linux
language: minimal language: minimal
@ -84,19 +86,19 @@ jobs:
- stage: test - stage: test
name: 'ARM [GOAL: install] [buster] [unit tests, functional tests]' name: 'ARM [GOAL: install] [buster] [unit tests, functional tests]'
arch: arm64 arch: arm64 # Can disable QEMU_USER_CMD and run the tests natively without qemu
env: >- env: >-
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=""
# s390 build was disabled temporarily because of disk space issues on the Travis VM # s390 build was disabled temporarily because of disk space issues on the Travis VM
# #
# - stage: test # - stage: test
# name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]' # name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
# arch: s390x # arch: s390x # Can disable QEMU_USER_CMD and run the tests natively without qemu
# env: >- # env: >-
# FILE_ENV="./ci/test/00_setup_env_s390x.sh" # FILE_ENV="./ci/test/00_setup_env_s390x.sh"
# QEMU_USER_CMD="" # Can run the tests natively without qemu # 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]'