ci: set number of make jobs globally and decrease to 5 jobs
authorMike Blumenkrantz <zmike@samsung.com>
Thu, 12 Jul 2018 13:17:35 +0000 (09:17 -0400)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 24 Jul 2018 05:37:19 +0000 (14:37 +0900)
commit8ad2ef16a7c5909c74fc5b4e016f782b944fe709
treed18b06bfbd5011d0ee8b2bc33e56186990dea3bf
parent566d8164f67e909cfae72a171c24ff73cb53caf4
ci: set number of make jobs globally and decrease to 5 jobs

Summary:
travis docs explicitly state that the expectation for builds is to have
2 cpus, meaning that 10 jobs is wayyyy too many and was actually causing
some build failures due to strain on the virtual hw

this sets the number of jobs using a global variable to avoid having to set
it separately for each build

https://docs.travis-ci.com/user/reference/overview/#Virtualization-environments

Reviewers: devilhorns, ManMower

Reviewed By: ManMower

Subscribers: ManMower, cedric, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D6558
.ci/ci-linux-build.sh
.ci/ci-osx-build.sh
.travis.yml