diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2018-11-28 10:49:05 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2018-12-07 12:39:35 +0100 |
commit | 8e9f773f04f19dc856c326309aaa99de734f4a6f (patch) | |
tree | 12179f336e69b1b6d765d497d8307dc99924dc66 /.ci | |
parent | 436c5b85232a2e5326db96d4cacedfe3b73c664f (diff) | |
download | efl-8e9f773f04f19dc856c326309aaa99de734f4a6f.tar.gz |
travis: re-enable mingw build with newer eolian_gen for bootstrap
The docker image now contains a native efl build as bootstrap for doing
the mingw cross-build. Paths to the generator binaries have been
update. We also switched to using a dedicated Fedora28-mingw docker
image for now to have a more stable environment for now.
Reviewed-by: Marcel Hollerbach <marcel-hollerbach@t-online.de>
Differential Revision: https://phab.enlightenment.org/D7377
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/ci-configure.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh index bd434d33c7..3e398bd057 100755 --- a/.ci/ci-configure.sh +++ b/.ci/ci-configure.sh @@ -73,8 +73,9 @@ else RELEASE_READY_LINUX_COPTS=" --with-profile=release" - MINGW_COPTS=" --prefix=/root/EFL/ewpi_64 --host=x86_64-w64-mingw32 --with-eolian-gen=/usr/bin/eolian_gen \ - --with-edje-cc=/usr/bin/edje_cc --with-eet-eet=/usr/bin/eet --with-bin-elm-prefs-cc=/usr/bin/elm_prefs_cc \ + MINGW_COPTS=" --prefix=/root/EFL/ewpi_64 --host=x86_64-w64-mingw32 --with-eolian-gen=/usr/local/bin/eolian_gen \ + --with-edje-cc=/usr/local/bin/edje_cc --with-eet-eet=/usr/local/bin/eet \ + --with-bin-elm-prefs-cc=/usr/local/bin/elm_prefs_cc \ --disable-static --with-tests=regular --with-crypto=openssl --disable-gstreamer1 \ --disable-libmount --disable-valgrind --disable-avahi --disable-spectre --disable-libraw \ --disable-librsvg --disable-pulseaudio --disable-cxx-bindings \ |