efl/.ci
Stefan Schmidt 8a10f09b14 ci: add forgotten Ubuntu 17.10 Dockerfile
Oops, sorry for the Travis break due to this.
2018-01-03 16:59:04 +01:00
..
Dockerfile-Archlinux ci: add Archlinux Dockerfile and use it in Travis 2018-01-03 15:34:38 +01:00
Dockerfile-Debian91 ci: initial travis CI support for Linux distros and MacOSX builds 2017-09-28 15:26:55 +02:00
Dockerfile-Fedora26 ci: initial travis CI support for Linux distros and MacOSX builds 2017-09-28 15:26:55 +02:00
Dockerfile-Fedora27 ci: travis: add new docker file for Fedora 27 release 2018-01-02 14:18:14 +01:00
Dockerfile-Ubuntu1704 ci: initial travis CI support for Linux distros and MacOSX builds 2017-09-28 15:26:55 +02:00
Dockerfile-Ubuntu1710 ci: add forgotten Ubuntu 17.10 Dockerfile 2018-01-03 16:59:04 +01:00
README ci: README: simple docs for the current CI setup 2017-09-28 15:37:51 +02:00
ci-linux-build.sh ci: initial travis CI support for Linux distros and MacOSX builds 2017-09-28 15:26:55 +02:00
ci-osx-build.sh ci: disable examples build for osx for now 2017-09-28 22:37:15 +02:00
ci-osx-deps.sh ci: initial travis CI support for Linux distros and MacOSX builds 2017-09-28 15:26: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