diff --git a/.appveyor.yml b/.appveyor.yml index 8a96158..6b2c409 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,15 +3,22 @@ version: '{branch}-{build}' clone_depth: 1 environment: - PREMAKE_VERSION: 5.0.0-beta1 - SDL_VERSION: 2.0.16 + PREMAKE_VERSION: 5.0.0-beta2 matrix: + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + TOOLSET: vs2022 + platform: x64 + - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + TOOLSET: vs2022 + platform: Win32 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 TOOLSET: vs2019 platform: x64 + SKIP_DEPLOY: skip - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 TOOLSET: vs2019 platform: Win32 + SKIP_DEPLOY: skip - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 TOOLSET: vs2017 platform: x64 diff --git a/.ci/windows/notify-discord.ps1 b/.ci/windows/notify-discord.ps1 index a519ee1..e0dbe7d 100644 --- a/.ci/windows/notify-discord.ps1 +++ b/.ci/windows/notify-discord.ps1 @@ -50,7 +50,6 @@ else { $BUILD_VERSION = [uri]::EscapeDataString($env:APPVEYOR_BUILD_VERSION) $TIMESTAMP="$(Get-Date -format s)Z" $WEBHOOK_DATA="{ - ""username"": """", ""avatar_url"": ""$AVATAR"", ""embeds"": [ { ""color"": $EMBED_COLOR,