Skip to content

Commit

Permalink
build: Update build scripts for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Sep 2, 2023
1 parent a075614 commit c32ea43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 9 additions & 2 deletions .appveyor.yml
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .ci/windows/notify-discord.ps1
Expand Up @@ -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,
Expand Down

0 comments on commit c32ea43

Please sign in to comment.