Commit e41e46c 1 parent f3a91ab commit e41e46c Copy full SHA for e41e46c
File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 25
25
# [1] https://docs.travis-ci.com/user/caching/#build-phases
26
26
# [2] https://docs.travis-ci.com/user/customizing-the-build#build-timeouts
27
27
28
+ version : ~> 1.0
29
+
28
30
dist : xenial
29
31
os : linux
30
32
language : minimal
@@ -84,19 +86,19 @@ jobs:
84
86
85
87
- stage : test
86
88
name : ' ARM [GOAL: install] [buster] [unit tests, functional tests]'
87
- arch : arm64
89
+ arch : arm64 # Can disable QEMU_USER_CMD and run the tests natively without qemu
88
90
env : >-
89
91
FILE_ENV="./ci/test/00_setup_env_arm.sh"
90
- QEMU_USER_CMD="" # Can run the tests natively without qemu
92
+ QEMU_USER_CMD=""
91
93
92
94
# s390 build was disabled temporarily because of disk space issues on the Travis VM
93
95
#
94
96
# - stage: test
95
97
# name: 'S390x [GOAL: install] [buster] [unit tests, functional tests]'
96
- # arch: s390x
98
+ # arch: s390x # Can disable QEMU_USER_CMD and run the tests natively without qemu
97
99
# env: >-
98
100
# FILE_ENV="./ci/test/00_setup_env_s390x.sh"
99
- # QEMU_USER_CMD="" # Can run the tests natively without qemu
101
+ # QEMU_USER_CMD=""
100
102
101
103
- stage : test
102
104
name : ' Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'
You can’t perform that action at this time.
0 commit comments