summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-03-25 13:37:13 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-03-27 15:06:13 +0100
commit191171e4c81c1832e9f7b3821c535d8a2b49eb14 (patch)
tree72cc34e617ba75910ded70cf8ae7d194cec4c35d /.travis.yml
parentaa34cc0489519de32dd9d656c4ce51f9743a3b9b (diff)
downloadefl-191171e4c81c1832e9f7b3821c535d8a2b49eb14.tar.gz
ci: travis: enable s390x build on daily cron
As there is no luajit package for s390x in Ubuntu Bionic we need to adapt our installed packages as well as config options for it. Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D11601
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 228ed3cafe..e1ec7a36f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,6 +89,10 @@ jobs:
if: type = cron
arch: ppc64le
env: CI_BUILD_TYPE=no-bindings
+ - os: linux
+ if: type = cron
+ arch: s390x
+ env: CI_BUILD_TYPE=no-bindings
services:
- docker