mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-17 09:28:24 +01:00
Update .gitlab-ci.yml file
Try fixing translate cmds.
This commit is contained in:
parent
fcf1ea94a4
commit
117ad9ec75
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ build_windows:
|
||||||
- sed "s| /MP12 | /MP4 |g" -i *.bat
|
- sed "s| /MP12 | /MP4 |g" -i *.bat
|
||||||
# CI can't produce PDBs. Throws a bunch of errors, and skips building the PEs.
|
# CI can't produce PDBs. Throws a bunch of errors, and skips building the PEs.
|
||||||
- sed "s| /DDEBUG\:FULL | |g" -i *.bat
|
- 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
|
- python generate_build_win_bat.py
|
||||||
- export WINEDEBUG=-all
|
- export WINEDEBUG=-all
|
||||||
- wine cmd /c build_win_release_test.bat
|
- wine cmd /c build_win_release_test.bat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue