Skip to content

Commit c32ea43

Browse files
committed
build: Update build scripts for Windows
1 parent a075614 commit c32ea43

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.appveyor.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@ version: '{branch}-{build}'
33
clone_depth: 1
44

55
environment:
6-
PREMAKE_VERSION: 5.0.0-beta1
7-
SDL_VERSION: 2.0.16
6+
PREMAKE_VERSION: 5.0.0-beta2
87
matrix:
8+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
9+
TOOLSET: vs2022
10+
platform: x64
11+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
12+
TOOLSET: vs2022
13+
platform: Win32
914
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
1015
TOOLSET: vs2019
1116
platform: x64
17+
SKIP_DEPLOY: skip
1218
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
1319
TOOLSET: vs2019
1420
platform: Win32
21+
SKIP_DEPLOY: skip
1522
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
1623
TOOLSET: vs2017
1724
platform: x64

.ci/windows/notify-discord.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ else {
5050
$BUILD_VERSION = [uri]::EscapeDataString($env:APPVEYOR_BUILD_VERSION)
5151
$TIMESTAMP="$(Get-Date -format s)Z"
5252
$WEBHOOK_DATA="{
53-
""username"": """",
5453
""avatar_url"": ""$AVATAR"",
5554
""embeds"": [ {
5655
""color"": $EMBED_COLOR,

0 commit comments

Comments
 (0)