summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2018-05-03 16:36:08 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2018-05-04 09:23:59 +0200
commit173466991bccb1d88e998999cf4e1b3fd220d11a (patch)
tree0605d8a606ce4b632c4491fbf29f175588480809
parentfe7106d4600edb368a51a7c683d5fd35a4e211fe (diff)
downloadefl-173466991bccb1d88e998999cf4e1b3fd220d11a.tar.gz
ci: disable cxx bindings in default build
This is causing way to much problems when building examples or check. I need to have them reliable before I can have them as default build option.
-rwxr-xr-x.ci/ci-linux-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-linux-build.sh b/.ci/ci-linux-build.sh
index 63389bc67a..8cfaf4d6ba 100755
--- a/.ci/ci-linux-build.sh
+++ b/.ci/ci-linux-build.sh
@@ -6,7 +6,7 @@ PARALLEL_JOBS=10
CI_BUILD_TYPE=$1
-DEFAULT_COPTS="--with-tests=regular"
+DEFAULT_COPTS="--with-tests=regular --disable-cxx-bindings"
WAYLAND_COPTS="--with-tests=regular --enable-wayland --enable-elput --enable-drm \
--enable-wayland-ivi-shell --enable-gl-drm --with-opengl=es --enable-egl"