[Scummvm-git-logs] scummvm master -> 4c63939ba2f3c4b7cd2d09239bae9d53a3c8348f

SupSuper supsuper at gmail.com
Sat Jul 24 21:02:12 UTC 2021


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:
4c63939ba2 CI: Switch Windows build to Debug


Commit: 4c63939ba2f3c4b7cd2d09239bae9d53a3c8348f
    https://github.com/scummvm/scummvm/commit/4c63939ba2f3c4b7cd2d09239bae9d53a3c8348f
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2021-07-24T22:02:10+01:00

Commit Message:
CI: Switch Windows build to Debug

Analysis is 4.5x slower, and most users don't even look at the warnings.

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ed51d0957d..e33ead0e33 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
             configFlags: --enable-faad --enable-mpeg2 --enable-discord --disable-fribidi --disable-opengl
             vcpkgPackages: 'curl discord-rpc faad2 fluidsynth freetype libflac libjpeg-turbo libmad libmpeg2 libogg libpng libtheora libvorbis sdl2 sdl2-net zlib giflib'
     env:
-      CONFIGURATION: Analysis
+      CONFIGURATION: Debug
       PLATFORM: ${{ matrix.platform }}
     steps:
       - name: Checkout




More information about the Scummvm-git-logs mailing list