mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-10-30 21:20:10 +00:00
Fix lobby_connect.exe not building in CI.
This commit is contained in:
parent
c9a102ee30
commit
5d3bbc8529
@ -69,6 +69,9 @@ build_windows:
|
|||||||
- 7za x protobuf_x86-windows-static.7z -oprotobuf_x86-windows-static
|
- 7za x protobuf_x86-windows-static.7z -oprotobuf_x86-windows-static
|
||||||
- 7za x protobuf_x64-windows-static.7z -oprotobuf_x64-windows-static
|
- 7za x protobuf_x64-windows-static.7z -oprotobuf_x64-windows-static
|
||||||
- 7za x sdk_standalone.7z -osdk_standalone
|
- 7za x sdk_standalone.7z -osdk_standalone
|
||||||
|
- DLL_FILES="$(ls dll/*.cpp | tr "\n" " ")"; sed "s|dll/\*.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
|
||||||
|
- sed "s| /MP12 | /MP4 |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…
Reference in New Issue
Block a user