ci: enhance native bootstrap script for cross builds
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 29 May 2019 16:20:00 +0000 (12:20 -0400)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 3 Jun 2019 07:04:07 +0000 (16:04 +0900)
commite04f6ab7f24283ae60cbc5c3584943500e4eed1c
treea126a3d3447555a13c3de769f46d38e446ba4444
parentd3c8756fe004fd2600bf6e397ee04b31824df777
ci: enhance native bootstrap script for cross builds

Summary:
So far we only did generate a newer eolian_gen binary here due to the
frequent changes, but we really need way more native tools when doing the
cross build. Edje_cc, eet and elm_prefs_cc to name them.

Maintaining a special target for these (when they need almost all of
efl/elm anyway) looks like a burden so we are going with a full efl
build. Still speeding it up quite a bit by disabling bindings, examples
and tests when dong the native tooling build.

Reviewers: bu5hm4n, zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9041
.ci/bootstrap-efl-native-for-cross.sh [new file with mode: 0755]
.ci/bootstrap_eolian.sh [deleted file]
.ci/ci-configure.sh