ci: travis: osx: switch to newer macos image and brew addon for packages
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 24 Jun 2019 13:10:56 +0000 (09:10 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 26 Jun 2019 01:43:46 +0000 (10:43 +0900)
commit9eb69c14f051d7ae7ba9d814de429f628efe7f92
tree9d22ffe1b26c3ae840b51d4e2820a81a1b4290b6
parent4977553bffe665b60cd3485de60e2f0bff4c1956
ci: travis: osx: switch to newer macos image and brew addon for packages

Summary:
One of the time consuming parts of the macos build we have is the
installing of the efl dependencies as packages from brew.
The brew update command alone is often taking 5m to run.

To avoid running brew update at all we are switching to a newer osx
image from Travis, which comes with a newer set of brew metadata and
gets us around a brew update for now. Together with this we are also
switching from our own dependency install script to the brew package
addon provided by travis already.

In my testing this shows we are only spending 270s in the brew package
updates comapred to 635s before. So we have a 6 minutes speedup for
every osx build!
Depends on D9161

Reviewers: zmike, bu5hm4n

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9162
.ci/ci-osx-deps.sh [deleted file]
.travis.yml