travis: temporarily disabled mingw job as hot fix
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 23 Nov 2018 16:11:05 +0000 (17:11 +0100)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 05:37:06 +0000 (14:37 +0900)
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.

.travis.yml

index d17eccf..35f6e15 100644 (file)
@@ -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