efl/.ci
Mike Blumenkrantz 7dc546bded ci: add missing double quote for osx autotools
Summary:
so there I was, out at the pub after a hard release cycle, drinking
GNU's finest, and a " comes over and challenges me to a duel--
editors at 50pt. the " cheats and gets me right in the repo before
the countdown ends and then I'm out cold.

I wake up the next day with CI (still) failing, hundreds of pings on IRC
asking where I've been, and my refrigerator is somehow filled with ethernet
cables (cat7) which I have no memory of purchasing. my computer has doodles
in permanent marker all over the screen, and my cat is somehow stuck in a
ceiling vent which I also have no memory of seeing. also this isn't my house.

I leave the building, which turns out to be a fast food franchise a few blocks
away from my gym, and the cops roll up (https://i.imgur.com/JnOI4Jz.gifv)
asking to see some identification. I show them my credentials (ssh RSA4096),
and they cuff me. I'm under arrest for failing to close a double quote and
submitting a patch which impersonated a fix to a failing CI job.

the moral of this story is to always reread your patches and make sure you've
matched up all your punctuation.

ref D8340

Reviewers: devilhorns, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: segfaultxavi, cedric, #reviewers, #committers

Tags: #efl_build

Differential Revision: https://phab.enlightenment.org/D8356
2019-03-14 20:14:31 +01:00
..
README ci: README: simple docs for the current CI setup 2017-09-28 15:37:51 +02:00
bootstrap_eolian.sh build: enable eolian_gen bootstrapping for cross compile 2019-02-14 13:00:58 +01: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: add missing double quote for osx autotools 2019-03-14 20:14:31 +01:00
ci-make-benchmark.sh ci: here comes ninja! 2018-11-23 14:38:26 +01:00
ci-make-check.sh ci: update distro checks after version upgrades 2019-01-22 11:49:32 -05:00
ci-make-checkbuild.sh ci: here comes ninja! 2018-11-23 14:38:26 +01:00
ci-make-distcheck.sh ci: here comes ninja! 2018-11-23 14:38:26 +01:00
ci-make-examples.sh ci: here comes ninja! 2018-11-23 14:38:26 +01:00
ci-make-install.sh ci: here comes ninja! 2018-11-23 14:38:26 +01:00
ci-make.sh ci: here comes ninja! 2018-11-23 14:38:26 +01: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
configure.sh ci: automatically clear config.cache if it cannot be used 2018-08-08 09:38:25 -04:00
distcheck.sh ci: run tests up to 5 times before failing 2018-09-14 11:38:02 +02:00
docker-ccache-setup.sh ci: add ccache support 2018-07-26 08:55:58 +02:00
efl.m4.diff ci: always use same version numbering for every build 2018-08-17 22:11:07 +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