summaryrefslogtreecommitdiffstats
path: root/.ci
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2020-11-30 18:03:42 +0100
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2020-11-30 19:25:46 +0100
commit756225c8fff782f8e72cbd0e43224a8415ad59fe (patch)
treec5a51af75f5ee0b4edfb3debc119cd2c34b16c2c /.ci
parentMerge pull request #4939 from german77/MouseInput (diff)
downloadyuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.gz
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.bz2
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.lz
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.xz
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.tar.zst
yuzu-756225c8fff782f8e72cbd0e43224a8415ad59fe.zip
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/scripts/linux/docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh
index 277775ef6..05f6ffe7d 100755
--- a/.ci/scripts/linux/docker.sh
+++ b/.ci/scripts/linux/docker.sh
@@ -5,7 +5,7 @@ cd /yuzu
ccache -s
mkdir build || true && cd build
-cmake .. -G Ninja -DDISPLAY_VERSION=$1 -DYUZU_USE_BUNDLED_UNICORN=ON -DYUZU_USE_QT_WEB_ENGINE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/lib/ccache/gcc -DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DUSE_DISCORD_PRESENCE=ON -DENABLE_QT_TRANSLATION=ON
+cmake .. -G Ninja -DDISPLAY_VERSION=$1 -DYUZU_USE_BUNDLED_UNICORN=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/lib/ccache/gcc -DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DUSE_DISCORD_PRESENCE=ON -DENABLE_QT_TRANSLATION=ON
ninja