summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2018-11-23 17:11:05 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2018-11-23 17:11:05 +0100
commitcc07318377042f4c3a8fee75826180241419da07 (patch)
tree0e115935257489c140c7e65ac689a741c62fad00 /.travis.yml
parentaa19ecb390b5c2fe9798542061e8c3cc086221d1 (diff)
downloadefl-cc07318377042f4c3a8fee75826180241419da07.tar.gz
travis: temporarily disabled mingw job as hot fix
Since a recent commit eolian_gen from HEAD is needed to build efl. So far the mingw cross build avoided the double build of efl for bootstrapping purpose and used the 1.21 package for the cross build. This does no longer work and all Travis jobs are now failung due to this. As a hotfix I disable the build now (Friday evening) to have working builds over the weekend and find a better solution next week.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d17eccfa03..35f6e15cba 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,10 +23,6 @@ jobs:
- env:
- os: linux
- DISTRO=Fedora28
- - CI_BUILD_TYPE=mingw
- - env:
- - os: linux
- - DISTRO=Fedora28
- CI_BUILD_TYPE=options-enabled
- env:
- os: linux
@@ -74,6 +70,11 @@ jobs:
exclude:
- os: linux
+# - env:
+# - os: linux
+# - DISTRO=Fedora28
+# - CI_BUILD_TYPE=mingw
+
services:
- docker