Update .ci/windows/build.sh
All checks were successful
eden-build / source (push) Successful in 3m51s
eden-build / linux (push) Successful in 21m19s
eden-build / android (push) Successful in 27m17s
eden-build / windows (msvc) (push) Successful in 26m9s

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-06-29 06:04:44 +00:00
parent 1bdbe2071f
commit 43a22546cf

View file

@ -41,7 +41,9 @@ cmake .. -G Ninja \
ninja ninja
set +e
find bin -type f -name "*.pdb" -exec rm -fv {} + \; || true
set -e
$WINDEPLOYQT --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
set +e
find pkg -type f -name "*.pdb" -exec rm -fv {} + \; || true