summaryrefslogtreecommitdiff
path: root/.ci/ci-make-check.sh
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2018-08-22 14:51:12 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2018-11-20 11:17:37 +0100
commit1a17f41584f2821b386029355bbfcd2486964fdb (patch)
tree4073b4c03169ca255cbf8da5f62c6c4d5fe29807 /.ci/ci-make-check.sh
parentb8bcd7c2f307b8e30cadd6a1f8f5d610b360ad19 (diff)
downloadefl-1a17f41584f2821b386029355bbfcd2486964fdb.tar.gz
ci: mingw build target to cross compile EFL for Windows
We are using the EFL windows package installer (ewpi) from Vincent Torri here (thanks!) to setup all the needed cross compiled dependencies for EFL. The make target is disabled as we are not able to execute the windows binaries withour additional work to run check. Work is ongoing in ewpi to have the dependencies provided for soem of the disabled build options (gstreamer, webp, tiff, physics, etc). Once these are working well in ewpi we will enable them here as well. [Brought back after revert. CI image is now fixed to have the needed pre-built windows components again] Differential Revision: https://phab.enlightenment.org/D7294
Diffstat (limited to '.ci/ci-make-check.sh')
-rwxr-xr-x.ci/ci-make-check.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh
index edb1752810..6cbb5433ad 100755
--- a/.ci/ci-make-check.sh
+++ b/.ci/ci-make-check.sh
@@ -5,6 +5,10 @@ if [ "$1" = "release-ready" ] ; then
exit 0
fi
+if [ "$1" = "mingw" ] ; then
+ exit 0
+fi
+
#T7151
if [ "$1" = "misc" ] || [ "$1" = "misc-disabled" ] ; then
exit 0