summaryrefslogtreecommitdiff
path: root/.ci/scripts/clang/docker.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/scripts/clang/docker.sh')
-rwxr-xr-x.ci/scripts/clang/docker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/scripts/clang/docker.sh b/.ci/scripts/clang/docker.sh
index 51769545e..f878e24e1 100755
--- a/.ci/scripts/clang/docker.sh
+++ b/.ci/scripts/clang/docker.sh
@@ -19,6 +19,7 @@ cmake .. \
19 -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ 19 -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
20 -DENABLE_QT_TRANSLATION=ON \ 20 -DENABLE_QT_TRANSLATION=ON \
21 -DUSE_DISCORD_PRESENCE=ON \ 21 -DUSE_DISCORD_PRESENCE=ON \
22 -DYUZU_CRASH_DUMPS=ON \
22 -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ 23 -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \
23 -DYUZU_USE_BUNDLED_FFMPEG=ON \ 24 -DYUZU_USE_BUNDLED_FFMPEG=ON \
24 -GNinja 25 -GNinja