From afb32921fcd030f1aee0182a6ab64f4d0cb96684 Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Fri, 5 Aug 2022 06:28:42 -0400 Subject: [PATCH] This seems to fix it somehow. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00371af..1f9da43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,7 @@ build_steamos: build_windows: stage: build - image: fedora:29 + image: fedora:35 script: - dnf -y install wine wget p7zip sed dos2unix @@ -78,7 +78,7 @@ build_windows: - DLL_FILES="$(ls overlay_experimental/System/*.cpp | tr "\n" " ")"; sed "s|overlay_experimental/System/\*.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 - DLL_FILES="$(ls steamclient_loader/*.cpp | tr "\n" " ")"; sed "s|steamclient_loader/\*.cpp|$DLL_FILES|g" -i *.bat - - sed "s| /MP12 | /MP2 |g" -i *.bat + - sed "s| /MP12 | /MP5 |g" -i *.bat - export WINEDEBUG=-all - wine cmd /c build_win_debug_experimental.bat - mkdir debug_experimental