From: Stefan Schmidt Date: Wed, 29 May 2019 16:20:10 +0000 (-0400) Subject: travis: re-enable updated mingw windows cross-build X-Git-Tag: accepted/tizen/unified/20190604.014647~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fa9e4a442890571065cd00e1191fb0bb16ea927;p=platform%2Fupstream%2Fefl.git travis: re-enable updated mingw windows cross-build Summary: Updated mingw toolchain (6.0 plus gcc 9.3) based on Fedora 30. Also updated ewpi with more and newer cross compiled deps. Depends on D9041 Reviewers: bu5hm4n, zmike Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9042 --- diff --git a/.travis.yml b/.travis.yml index e501011..5485339 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ jobs: include: - os: osx env: BUILDSYSTEM=ninja - #- os: linux - #env: DISTRO=Fedora29-mingw CI_BUILD_TYPE=mingw + - os: linux + env: DISTRO=Fedora30-mingw CI_BUILD_TYPE=mingw - os: linux env: DISTRO=Fedora29 CI_BUILD_TYPE=options-enabled - os: linux