summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-03-24 13:11:31 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-03-27 15:06:10 +0100
commitaa34cc0489519de32dd9d656c4ce51f9743a3b9b (patch)
tree6e89030b77a8b55daf5a42f99fcfd2b65b229f9b /.travis.yml
parent32b9a9eba09ea4e53556171cc8f40d699561f5b0 (diff)
downloadefl-aa34cc0489519de32dd9d656c4ce51f9743a3b9b.tar.gz
travis: enable more archs during cron build
Enable builds on ppc64le on our daily build. s390x will follow at some later point (once all quirks are resolved). As we also use the Linux native build from Travis for Codecov we start to handle meson options based on builds here as well. Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D11586
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 f832f8778a..228ed3cafe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,6 +85,10 @@ jobs:
if: type = cron
arch: arm64
env: CI_BUILD_TYPE=default
+ - os: linux
+ if: type = cron
+ arch: ppc64le
+ env: CI_BUILD_TYPE=no-bindings
services:
- docker