summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-06-03 10:30:04 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2020-06-03 15:21:32 +0200
commit2c4f6e258bf61e0faf87c1a3abd21372f52d3aed (patch)
tree3a779cad46b1e8d72dd1e0849064d54089b611b3 /.ci
parent082f52c10c3e58f49a34a754a6410877633d72b8 (diff)
downloadefl-2c4f6e258bf61e0faf87c1a3abd21372f52d3aed.tar.gz
ci: remove outdated README file
This is no longer up to date. Remove before it gives a wrong description of things. Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D11921
Diffstat (limited to '.ci')
-rw-r--r--.ci/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/.ci/README b/.ci/README
deleted file mode 100644
index 8365a74818..0000000000
--- a/.ci/README
+++ /dev/null
@@ -1,21 +0,0 @@
-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