diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-11-28 08:52:22 +0100 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2019-11-28 11:01:13 +0100 |
commit | 3ae44245e8d0668b503291da9dce838e662d0a3b (patch) | |
tree | 3b413e0c054fc4966d518c85da2e4dcb01283020 | |
parent | 7bdb63d045cf3377abb7966d018da10c4e8d6b13 (diff) | |
download | efl-3ae44245e8d0668b503291da9dce838e662d0a3b.tar.gz |
ci: ensure we still test ephysics in all enabled build job
With commit 523a64d2265c13a82ba73022d10919f0e392bab2 we switched the
default for ephysics from true to false. This would result in no CI
coverage if we do not explicitly enable it in this job.
Reviewed-by: Carsten Haitzler (Rasterman) <raster@rasterman.com>
Differential Revision: https://phab.enlightenment.org/D10757
-rwxr-xr-x | .ci/ci-configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh index b588f6f443..88c7f414e3 100755 --- a/.ci/ci-configure.sh +++ b/.ci/ci-configure.sh @@ -21,7 +21,7 @@ if [ "$DISTRO" != "" ] ; then -Ddebug-threads=true -Dglib=true -Dg-mainloop=true -Dxpresent=true -Dxgesture=false -Dxinput22=true \ -Devas-loaders-disabler=json -Decore-imf-loaders-disabler= -Demotion-loaders-disabler=gstreamer,libvlc,xine \ -Demotion-generic-loaders-disabler=vlc -Dharfbuzz=true -Dpixman=true -Dhyphen=true \ - -Dvnc-server=true -Dbindings=luajit -Delogind=false -Dinstall-eo-files=true" + -Dvnc-server=true -Dbindings=luajit -Delogind=false -Dinstall-eo-files=true -Dphysics=true" # Enabled png, jpeg evas loader for in tree edje file builds DISABLED_LINUX_COPTS=" -Daudio=false -Davahi=false -Dx11=false -Dphysics=false -Deeze=false \ |