From e193f92cfd330051648563c0ac829886878f97e3 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Mon, 4 Oct 2021 15:53:34 +0100 Subject: [PATCH] (.gitlab-ci.yml) Remove unnecessary 'env.exe' commands from MSVC builds --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7e79eebcc..dd88a75728 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -118,7 +118,6 @@ build-retroarch-windows-msvc10-x64: - | $ErrorActionPreference = 'Stop' # Build RetroArch - env.exe bash.exe -l -c "make -f Makefile.griffin platform=$Env:MSVC_PLATFORM" if ($LastExitCode -ne 0){throw "Failed to build RetroArch"} mt.exe -nologo -manifest "retroarch.exe.manifest" -outputresource:"retroarch.exe;#1" @@ -168,7 +167,6 @@ build-retroarch-windows-msvc10-i686: - | $ErrorActionPreference = 'Stop' # Build RetroArch - env.exe bash.exe -l -c "make -f Makefile.griffin platform=$Env:MSVC_PLATFORM" if ($LastExitCode -ne 0){throw "Failed to build RetroArch"} mt.exe -nologo -manifest "retroarch.exe.manifest" -outputresource:"retroarch.exe;#1" @@ -219,7 +217,6 @@ build-retroarch-windows-msvc05-i686: - | $ErrorActionPreference = 'Stop' # Build RetroArch - env.exe bash.exe -l -c "make -f Makefile.griffin platform=$Env:MSVC_PLATFORM" if ($LastExitCode -ne 0){throw "Failed to build RetroArch"} mt.exe -nologo -manifest "retroarch.exe.manifest" -outputresource:"retroarch.exe;#1"