summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-01-10 09:51:32 -0500
committerMike Blumenkrantz <zmike@samsung.com>2020-01-10 09:51:32 -0500
commite55f0a1dcfdc36690cb43301a4cf5a3b6227a33c (patch)
treef8fd4de6e183b7e8f118d368ffd8f43dcf6b77c3 /.travis.yml
parent5296c1dd1a3c0bec8cf72e2d6b5817f4908822f6 (diff)
downloadefl-e55f0a1dcfdc36690cb43301a4cf5a3b6227a33c.tar.gz
ci: travis: add build on ARM64 arch now provided by Travis
Summary: 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. Reviewers: bu5hm4n, zmike Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D11060
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9da669513d..89a213ad22 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -77,6 +77,10 @@ jobs:
- os: linux
if: type = cron
env: CI_BUILD_TYPE=codecov
+ - os: linux
+ if: type = cron
+ arch: arm64
+ env: CI_BUILD_TYPE=default
services:
- docker