diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-12-17 10:46:34 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-12-17 10:46:38 -0500 |
commit | a54c16cdb6522b55cf25c1ef568a9a691c46fabb (patch) | |
tree | 7a1bf4ad4113d596951e65e5112b36250c2f3f2d /.travis.yml | |
parent | 7df6a7ea98121997af2dcc57a69046ae252a9ec6 (diff) | |
parent | e1900008699bd45031b7faa9ef3d0a81d54091b0 (diff) |
Merge #17661: ci: use depends for s390x
e1900008699bd45031b7faa9ef3d0a81d54091b0 ci-s390x: Add qemu and depends support in the ci script (Elichai Turkel)
Pull request description:
Related: #17599
This adds qemu support just like we have in arm and compile the depends.
other than that I also fixed some missing includes to make the depends compile.
ACKs for top commit:
MarcoFalke:
ACK e190000 (first commit only, didn't look at second commit)
Tree-SHA512: 2b8a39772b86408569f52cdc33832dbce7e5e9cdd710524295f3d259628cdfc017e740f6f94941307d7f8e413236814a95ba851153c617eb5fb75b4bd9a7e52f
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4f9dbeded4..8a7b41f5ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,6 +93,7 @@ jobs: arch: s390x env: >- FILE_ENV="./ci/test/00_setup_env_s390x.sh" + QEMU_USER_CMD="" # Can run the tests natively without qemu - stage: test name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]' |