diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2020-01-09 10:14:51 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-01-10 09:39:26 +0100 |
commit | f4fab720289d7edee7e94299ff265e5c8605d425 (patch) | |
tree | 0b9ad25c6ab07e3acaff8e88407ef209abc4f807 | |
parent | 770eaeaeaaaf0f0f7a365fa5af639d852207e50d (diff) |
ci: travis: add build on ARM64 arch now provided by Travisdevs/stefan/ci-different-archs
Cheap and easy way for us to have basic compile testing on ARM64. Travis
is also offering ppc64le and s390x for builds, but on ppc64le we get a
internal compoler error (yay!) on c++ examples and on s390x we have no
luajit. So, these two have to wait a bit more.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2a954eabb6..50259bc931 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -77,6 +77,10 @@ jobs: | |||
77 | - os: linux | 77 | - os: linux |
78 | if: type = cron | 78 | if: type = cron |
79 | env: CI_BUILD_TYPE=codecov | 79 | env: CI_BUILD_TYPE=codecov |
80 | - os: linux | ||
81 | if: type = cron | ||
82 | arch: arm64 | ||
83 | env: CI_BUILD_TYPE=default | ||
80 | 84 | ||
81 | services: | 85 | services: |
82 | - docker | 86 | - docker |