efl/.ci
Mike Blumenkrantz b3cd430b02 ci: fix return value warning in test build code
Summary: this is a void function

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10272
2019-10-07 18:40:09 +02:00
..
example ci: fix return value warning in test build code 2019-10-07 18:40:09 +02:00
README
bootstrap-efl-native-for-cross.sh
build-efl-app.sh
build-example.sh ci: add back target to do out-of-tree test build 2019-09-23 14:16:22 +02:00
ccache.conf
ci-build-test.sh ci: add back target to do out-of-tree test build 2019-09-23 14:16:22 +02:00
ci-ccache-stats.sh
ci-configure.sh build - remove evas-modules option as its rather pointless 2019-10-04 13:33:42 +01:00
ci-make-benchmark.sh
ci-make-check.sh
ci-make-distcheck.sh
ci-make-install.sh
ci-make.sh
ci-setup-ccache.sh
coverity-tools-install.sh
coverity-upload.sh
cross_toolchain.txt
docker-ccache-setup.sh
travis.sh

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