aboutsummaryrefslogtreecommitdiffhomepage
path: root/.ci/scripts/windows
diff options
context:
space:
mode:
authorlat9nq <[email protected]>2020-05-01 23:03:49 -0400
committerlat9nq <[email protected]>2020-05-03 01:20:33 -0400
commit9222b3c9600e42bc64414704d6e45a819ffd5a59 (patch)
treedba7120906d6f31217e0446406181c7ba9fff88e /.ci/scripts/windows
parentba02ff230aa8200f0657d66e3814622b619d3ee0 (diff)
downloadyuzu-mainline-9222b3c9600e42bc64414704d6e45a819ffd5a59.tar.gz
yuzu-mainline-9222b3c9600e42bc64414704d6e45a819ffd5a59.zip
Re-enables building yuzu with Vulkan enabled via the CI scripts
This is possible now with the updated Docker images and their updated packages. Before, there were build errors due to old QT5 packages on Ubuntu, but now since they have updated packages it is feasible to build with Vulkan enabled once more.
Diffstat (limited to '.ci/scripts/windows')
-rwxr-xr-x.ci/scripts/windows/docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh
index a55541e10..5d5650d3b 100755
--- a/.ci/scripts/windows/docker.sh
+++ b/.ci/scripts/windows/docker.sh
@@ -13,7 +13,7 @@ echo '' >> /bin/cmd
chmod +x /bin/cmd
mkdir build || true && cd build
-cmake .. -G Ninja -DDISPLAY_VERSION=$1 -DCMAKE_TOOLCHAIN_FILE="$(pwd)/../CMakeModules/MinGWCross.cmake" -DUSE_CCACHE=ON -DYUZU_USE_BUNDLED_UNICORN=ON -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_VULKAN=No
+cmake .. -G Ninja -DDISPLAY_VERSION=$1 -DCMAKE_TOOLCHAIN_FILE="$(pwd)/../CMakeModules/MinGWCross.cmake" -DUSE_CCACHE=ON -DYUZU_USE_BUNDLED_UNICORN=ON -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DCMAKE_BUILD_TYPE=Release
ninja
# Clean up the dirty hacks