efl/.ci
Stefan Schmidt 7c653df450 ci: enable exactness build on travis
Summary:
With exactness merged into efl we can finally enable some exactness
testing on our CI. As a first step we will run around 47 tests from our
elementary_tests recordings.

The base data is already in the specific docker image to avoid
downloading on each run. We also need to use a dedicated branch from the
repo while we are still working out all the problems to make exactness
recordings really independent from their env.

Depends on D11317

Reviewers: zmike, bu5hm4n

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11318
2020-02-12 12:10:07 -05:00
..
example ci: fix return value warning in test build code 2019-10-07 18:40:09 +02:00
README ci: README: simple docs for the current CI setup 2017-09-28 15:37:51 +02:00
asan-ignore-leaks.supp ci: add leak ignore as a temporary bandaid 2020-01-30 17:17:19 +01:00
bootstrap-efl-native-for-cross.sh ci: re-enable cxx bindings for CI builds again 2019-12-06 14:11:48 +01:00
build-efl-app.sh ci: don't cd / when building example app 2018-07-26 08:55:58 +02:00
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: add ccache support 2018-07-26 08:55:58 +02:00
ci-build-test.sh ci: create a daily build to run with coverage enabled and upload to codecov 2019-12-30 11:39:39 -05:00
ci-ccache-stats.sh ci: create a daily build to run with coverage enabled and upload to codecov 2019-12-30 11:39:39 -05:00
ci-configure.sh ci: create a daily build to run with coverage enabled and upload to codecov 2019-12-30 11:39:39 -05:00
ci-exactness.sh ci: enable exactness build on travis 2020-02-12 12:10:07 -05:00
ci-make-benchmark.sh ci: create a daily build to run with coverage enabled and upload to codecov 2019-12-30 11:39:39 -05:00
ci-make-check.sh ci: create a daily build to run with coverage enabled and upload to codecov 2019-12-30 11:39:39 -05:00
ci-make-distcheck.sh ci: create a daily build to run with coverage enabled and upload to codecov 2019-12-30 11:39:39 -05:00
ci-make-install.sh ci: create a daily build to run with coverage enabled and upload to codecov 2019-12-30 11:39:39 -05:00
ci-make.sh ci: create a daily build to run with coverage enabled and upload to codecov 2019-12-30 11:39:39 -05:00
ci-setup-ccache.sh ci: create a daily build to run with coverage enabled and upload to codecov 2019-12-30 11:39:39 -05:00
coverity-tools-install.sh ci: travis: add coverity build job to be run from cron 2019-06-25 12:11:33 -04:00
coverity-upload.sh ci: travis: add coverity build job to be run from cron 2019-06-25 12:11:33 -04:00
cross_toolchain.txt ci: cross: make sure we use the mingw pkg-config to detect cross deps 2019-07-04 11:09:57 +02:00
docker-ccache-setup.sh ci: fix ccache segfault during setup on CI in release-ready build 2019-11-11 13:47:47 +01:00
travis.sh ci: add folding for travis logs 2018-07-26 08:55:59 +02:00
ubuntu-bionic-install-deps.sh ci: update Ubuntu bionic deps to cover openjp2 we now depend on 2020-01-30 17:17:15 +01: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