efl/.ci
Mike Blumenkrantz d279918174 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
2018-07-12 09:17:36 -04:00
..
dockerfiles ci: keep dockerfiles in sync with repo used for building on docker hub 2018-01-10 09:49:53 +01:00
README ci: README: simple docs for the current CI setup 2017-09-28 15:37:51 +02:00
build-efl-app.sh ci: test the installed parts of efl 2018-05-16 13:49:41 +02:00
ci-linux-build.sh ci: set number of make jobs globally and decrease to 5 jobs 2018-07-12 09:17:36 -04:00
ci-osx-build.sh ci: set number of make jobs globally and decrease to 5 jobs 2018-07-12 09:17:36 -04:00
ci-osx-deps.sh ci: travis: enable pulseaudio and openssl in macos build 2018-04-27 08:53:55 +02:00

README

Matrix build:
-------------
We are building our software on different distributions with the help of docker images. Right now
we are using versions of Ubuntu, Fedora and Debian.

OSX build:
----------
We are using the OSX support of Travis CI to build EFL on OSX. Build testing two combinations: Xcode
7.3.1 on OS X 10.11 and Xcode 8.3.3 on OS X 10.12.

Run locally:
------------
For easy developer testing the CI setup can also be run in full or only parts locally on the
developers machine. You need to have docker installed and after that it is a simple:

docker pull fedora:26
docker build -f .ci/Dockerfile-Fedora26 .

Travis:
-------
https://travis-ci.org/Enlightenment/efl