mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 12:14:54 +01:00
Add steamclient debug build to ci.
This commit is contained in:
parent
afa12b5846
commit
82eaf4f684
2 changed files with 14 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ build_windows:
|
|||
- wine cmd /c build_win_release.bat
|
||||
- mkdir release/debug_experimental
|
||||
- mv steam_api.dll steam_api64.dll release/debug_experimental/
|
||||
- wine cmd /c build_win_debug_experimental_steamclient.bat
|
||||
- mkdir release/debug_experimental_steamclient
|
||||
- mv steamclient.dll steamclient64.dll release/debug_experimental_steamclient/
|
||||
- cp Readme_debug.txt release/debug_experimental/Readme.txt
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue