Skip to content
Snippets Groups Projects
Unverified Commit be31d5f5 authored by Fijxu's avatar Fijxu
Browse files

Enable Windows MinGW artifacts.

parent b911ac85
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -ex #!/bin/bash -ex
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project # SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-FileCopyrightText: 2024 suyu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later # SPDX-License-Identifier: GPL-2.0-or-later
set -e set -e
...@@ -9,12 +10,14 @@ set -e ...@@ -9,12 +10,14 @@ set -e
ccache -sv ccache -sv
rm -rf build
mkdir -p build && cd build mkdir -p build && cd build
cmake .. \ /usr/bin/x86_64-w64-mingw32-cmake .. \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_TOOLCHAIN_FILE="${PWD}/../CMakeModules/MinGWCross.cmake" \
-DDISPLAY_VERSION="$1" \ -DDISPLAY_VERSION="$1" \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ -DDYNARMIC_USE_PRECOMPILED_HEADERS=OFF \
-DSUYU_USE_PRECOMPILED_HEADERS=OFF \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \
-DENABLE_QT_TRANSLATION=ON \ -DENABLE_QT_TRANSLATION=ON \
-DUSE_CCACHE=ON \ -DUSE_CCACHE=ON \
-DSUYU_USE_BUNDLED_SDL2=OFF \ -DSUYU_USE_BUNDLED_SDL2=OFF \
......
...@@ -63,8 +63,8 @@ jobs: ...@@ -63,8 +63,8 @@ jobs:
image: linux-fresh image: linux-fresh
- type: linux - type: linux
image: linux-fresh image: linux-fresh
# - type: windows - type: windows
# image: linux-mingw image: linux-mingw
container: fijxu/build-environments:${{ matrix.image }} container: fijxu/build-environments:${{ matrix.image }}
# User 1001 doesn't exists on the images. # User 1001 doesn't exists on the images.
# options: -u 1001 # options: -u 1001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment