mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-08 05:02:40 +00:00
[ci] fix windows :/ (#236)
Signed-off-by: crueter <swurl@swurl.xyz> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/236 Co-authored-by: crueter <swurl@swurl.xyz> Co-committed-by: crueter <swurl@swurl.xyz>
This commit is contained in:
@@ -36,6 +36,6 @@ cmake .. -G Ninja \
|
|||||||
|
|
||||||
ninja
|
ninja
|
||||||
|
|
||||||
windeployqt6 --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe
|
windeployqt --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe
|
||||||
|
|
||||||
find pkg -type f -name "*.pdb" -exec rm -fv {} +
|
find pkg -type f -name "*.pdb" -exec rm -fv {} +
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./.ci/windows/qt-envvars.sh
|
./.ci/windows/qt-envvars.sh
|
||||||
DEVEL=true ./.ci/windows/build.sh -DCMAKE_PREFIX_PATH="${QT_ROOT_DIR}/lib/cmake/Qt6"
|
DEVEL=true .ci/windows/build.sh -DCMAKE_PREFIX_PATH=C:/Qt/6.9.0/msvc2022_64/lib/cmake/Qt6
|
||||||
|
|
||||||
- name: Package artifacts
|
- name: Package artifacts
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user