Update .gitlab-ci.yml file

Try fixing translate cmds.
This commit is contained in:
redpolline 2025-01-31 07:15:41 +00:00
parent fcf1ea94a4
commit 117ad9ec75

View file

@ -74,6 +74,8 @@ build_windows:
- sed "s| /MP12 | /MP4 |g" -i *.bat
# CI can't produce PDBs. Throws a bunch of errors, and skips building the PEs.
- sed "s| /DDEBUG\:FULL | |g" -i *.bat
# Turn on echo.
- sed "s|echo off|echo on|g" -i *.bat
- python generate_build_win_bat.py
- export WINEDEBUG=-all
- wine cmd /c build_win_release_test.bat