aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-10 19:04:49 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-30 14:45:32 -0400
commitfacc0da63a8fa4bd6fc2782cbe92eb9f920f2256 (patch)
tree627b3ebe95e101a2e8ec55fef28afd95ec44f24f /.travis.yml
parentfafa064d2a8dbe24303545ab582ec84cde52ab5b (diff)
downloadbitcoin-facc0da63a8fa4bd6fc2782cbe92eb9f920f2256.tar.xz
travis: Run unit and functional tests on native arm
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0a14ddf34c..8e090bb773 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,9 +94,11 @@ jobs:
- set -o errexit; source ./ci/extended_lint/06_script.sh
- stage: test
- name: 'ARM [GOAL: install] [unit tests, no functional tests]'
+ name: 'ARM [GOAL: install] [unit tests, functional tests]'
+ arch: arm64
env: >-
FILE_ENV="./ci/test/00_setup_env_arm.sh"
+ QEMU_USER_CMD="" # Can run the tests natively without qemu
- stage: test
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'