[Scummvm-git-logs] scummvm master -> b68ae5af8d5ce6c33df13872613bef70392012f7
SupSuper
supsuper at gmail.com
Thu Sep 10 00:50:54 UTC 2020
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:
b68ae5af8d CI: Add discord-rpc to test matrix
Commit: b68ae5af8d5ce6c33df13872613bef70392012f7
https://github.com/scummvm/scummvm/commit/b68ae5af8d5ce6c33df13872613bef70392012f7
Author: SupSuper (supsuper at gmail.com)
Date: 2020-09-10T01:50:12+01:00
Commit Message:
CI: Add discord-rpc to test matrix
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a7da40c5e9..4414f94817 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,22 +14,22 @@ jobs:
triplet: x86-windows
arch: x86
# fribidi is disabled due to timeouts when installing the package
- configFlags: --enable-faad --enable-mpeg2 --disable-fribidi
- vcpkgPackages: 'curl faad2 fluidsynth freetype libflac libjpeg-turbo libmad libmpeg2 libogg libpng libtheora libvorbis sdl2 sdl2-net zlib'
+ configFlags: --enable-faad --enable-mpeg2 --enable-discord --disable-fribidi
+ vcpkgPackages: 'curl discord-rpc faad2 fluidsynth freetype libflac libjpeg-turbo libmad libmpeg2 libogg libpng libtheora libvorbis sdl2 sdl2-net zlib'
useNasm: 'true'
- platform: x64
arch: x64
triplet: x64-windows
# fribidi is disabled due to timeouts when installing the package
- configFlags: --enable-faad --enable-mpeg2 --disable-fribidi
- vcpkgPackages: 'curl faad2 fluidsynth freetype libflac libjpeg-turbo libmad libmpeg2 libogg libpng libtheora libvorbis sdl2 sdl2-net zlib'
+ configFlags: --enable-faad --enable-mpeg2 --enable-discord --disable-fribidi
+ vcpkgPackages: 'curl discord-rpc faad2 fluidsynth freetype libflac libjpeg-turbo libmad libmpeg2 libogg libpng libtheora libvorbis sdl2 sdl2-net zlib'
- platform: arm64
arch: arm64
triplet: arm64-windows
# fribidi is disabled due to https://github.com/microsoft/vcpkg/issues/11248 [fribidi] Fribidi doesn't cross-compile on x86-64 to target arm/arm64
# Note that fribidi is also disabled on arm64 in devtools/create_project/msvc.cpp
- configFlags: --enable-faad --enable-mpeg2 --disable-fribidi
- vcpkgPackages: 'curl faad2 fluidsynth freetype libflac libjpeg-turbo libmad libmpeg2 libogg libpng libtheora libvorbis sdl2 sdl2-net zlib'
+ configFlags: --enable-faad --enable-mpeg2 --enable-discord --disable-fribidi
+ vcpkgPackages: 'curl discord-rpc faad2 fluidsynth freetype libflac libjpeg-turbo libmad libmpeg2 libogg libpng libtheora libvorbis sdl2 sdl2-net zlib'
env:
CONFIGURATION: Release
PLATFORM: ${{ matrix.platform }}
More information about the Scummvm-git-logs
mailing list