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.
This commit is contained in:
Stefan Schmidt 2018-05-03 16:36:08 +02:00
parent fe7106d460
commit 173466991b
1 changed files with 1 additions and 1 deletions

View File

@ -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"