zmike pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8da1d8a8b23bda25063ced339faafb9af26ae2c8
commit 8da1d8a8b23bda25063ced339faafb9af26ae2c8 Author: Stefan Schmidt <[email protected]> Date: Mon Jan 28 12:00:24 2019 -0500 ci: travis: enable a meson/ninja build on osx Summary: This cuts down the time the osx builld takes from ~30min to ~20min Keeping the autotools osx build in the cron job for now. Reviewers: bu5hm4n, zmike Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7799 --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5d8b06375..ea684fd555 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,6 @@ cache: sudo: required dist: trusty -os: - - linux - - osx - env: global: - MAKEFLAGS="-j5 -rR" @@ -20,6 +16,9 @@ env: jobs: include: + - os: osx + env: + - BUILDSYSTEM=ninja - env: - os: linux - DISTRO=Fedora28-mingw @@ -60,6 +59,8 @@ jobs: - DISTRO=Fedora29 - CI_BUILD_TYPE=default - BUILDSYSTEM=ninja + - os: osx + if: type = cron - if: type = cron env: - os: linux @@ -89,8 +90,6 @@ jobs: - os: linux - DISTRO=Debian96 - BUILDSYSTEM=ninja - exclude: - - os: linux services: - docker --
