mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-12 15:48:29 +01:00
Add windows debug experimental build to latest git build.
This commit is contained in:
parent
9a9c3e1a4b
commit
d07ffec5f3
2 changed files with 5 additions and 0 deletions
|
@ -75,7 +75,11 @@ build_windows:
|
|||
- DLL_FILES="$(ls detours/*.cpp | tr "\n" " ")"; sed "s|detours/\*.cpp|$DLL_FILES|g" -i *.bat
|
||||
- DLL_FILES="$(ls dll/*.proto | tr "\n" " " | sed "s/.proto/.pb.cc/g")"; sed "s|dll/\*.cc|$DLL_FILES|g" -i *.bat
|
||||
- export WINEDEBUG=-all
|
||||
- wine cmd /c build_win_debug_experimental.bat
|
||||
- wine cmd /c build_win_release.bat
|
||||
- mkdir release/debug_experimental
|
||||
- mv steam_api.dll steam_api64.dll release/debug_experimental/
|
||||
- cp Readme_debug.txt release/debug_experimental/Readme.txt
|
||||
artifacts:
|
||||
paths:
|
||||
- release/
|
||||
|
|
1
Readme_debug.txt
Normal file
1
Readme_debug.txt
Normal file
|
@ -0,0 +1 @@
|
|||
This is the debug experimental build. Note that it creates a huge STEAM_LOG.txt file where the game runs and will probably make the game lag so only use this to debug issues.
|
Loading…
Reference in a new issue