diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-10-10 19:04:49 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-10-30 14:45:32 -0400 |
commit | facc0da63a8fa4bd6fc2782cbe92eb9f920f2256 (patch) | |
tree | 627b3ebe95e101a2e8ec55fef28afd95ec44f24f /.travis.yml | |
parent | fafa064d2a8dbe24303545ab582ec84cde52ab5b (diff) |
travis: Run unit and functional tests on native arm
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
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]' |