efl/.ci
Stefan Schmidt ca64dbd3c9 ci: use ccache also in the mingw cross build
This is one of these two line changing commits one just have to love.
Using ccache also for the mingw builds got a amazing speedof for the
cross build as well.

In my, simple, testing I could reduce the build time on Travis from 18m
to 6m when rebuilding the same rev, thus a 100% cache hit rate. In real
life this would be less of an improvement but reducing the build time in
half is kind of realistic I think. Thanks to Marcel to bringing the idea
up.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9139
2019-06-20 14:05:07 +02:00
..
README ci: README: simple docs for the current CI setup 2017-09-28 15:37:51 +02:00
bootstrap-efl-native-for-cross.sh ci: enhance native bootstrap script for cross builds 2019-05-29 12:29:04 -04:00
build-efl-app.sh ci: don't cd / when building example app 2018-07-26 08:55:58 +02:00
ccache.conf ci: add ccache support 2018-07-26 08:55:58 +02:00
ci-ccache-stats.sh ci: add ccache support 2018-07-26 08:55:58 +02:00
ci-configure.sh ci: rename some travis fold log names and add more 2019-06-19 09:26:18 -04:00
ci-make-benchmark.sh ci: rename some travis fold log names and add more 2019-06-19 09:26:18 -04:00
ci-make-check.sh ci: rename some travis fold log names and add more 2019-06-19 09:26:18 -04:00
ci-make-distcheck.sh ci: rename some travis fold log names and add more 2019-06-19 09:26:18 -04:00
ci-make-install.sh ci: rename some travis fold log names and add more 2019-06-19 09:26:18 -04:00
ci-make.sh ci: rename some travis fold log names and add more 2019-06-19 09:26:18 -04:00
ci-osx-deps.sh ci: force osx libffi dep to be found 2019-03-12 16:18:22 +01:00
ci-setup-ccache.sh ci: add ccache support 2018-07-26 08:55:58 +02:00
cross_toolchain.txt ci: use ccache also in the mingw cross build 2019-06-20 14:05:07 +02:00
docker-ccache-setup.sh ci: add ccache support 2018-07-26 08:55:58 +02:00
travis.sh ci: add folding for travis logs 2018-07-26 08:55:59 +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