[Scummvm-git-logs] scummvm master -> 60676c825a460d169fe726d2d7d38d8a953f6a2f
bluegr
noreply at scummvm.org
Sat Nov 26 15:51:20 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
60676c825a CI: Make msbuild less verbose
Commit: 60676c825a460d169fe726d2d7d38d8a953f6a2f
https://github.com/scummvm/scummvm/commit/60676c825a460d169fe726d2d7d38d8a953f6a2f
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-11-26T17:51:16+02:00
Commit Message:
CI: Make msbuild less verbose
As already done for Linux GCC builds and Xcode Clang builds.
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0e826d6d66d..50c2a61e7a2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -73,7 +73,7 @@ jobs:
run: |
cd build-scummvm
ls
- msbuild scummvm.sln /m /p:BuildInParallel=true /p:Configuration=${{ env.CONFIGURATION }} /p:PreferredToolArchitecture=x64 /p:Platform=${{ matrix.platform }}
+ msbuild scummvm.sln /m /p:BuildInParallel=true /p:Configuration=${{ env.CONFIGURATION }} /p:PreferredToolArchitecture=x64 /p:Platform=${{ matrix.platform }} /v:minimal
# - name: Upload scummvm
# uses: actions/upload-artifact at v2
# with:
More information about the Scummvm-git-logs
mailing list