summaryrefslogtreecommitdiff
path: root/.travis.yml
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-19 09:29:43 +0100
commit883058b92bf81784bf51f4cf97066e57367cc81c (patch)
treee9027b71cc6fe2273b5e278d703739544742a4e9 /.travis.yml
parent4e044fd9c27db61d792319ce566e1d3eacb553f2 (diff)
downloadefl-883058b92bf81784bf51f4cf97066e57367cc81c.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. Differential Revision: https://phab.enlightenment.org/D7294
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ef3386d04..32c5629691 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,10 @@ jobs:
- os: linux
- DISTRO=Fedora28
- CI_BUILD_TYPE=misc-disabled
+ - env:
+ - os: linux
+ - DISTRO=Fedora28
+ - CI_BUILD_TYPE=mingw
- if: type = cron
env:
- os: linux