File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,22 @@ version: '{branch}-{build}'
3
3
clone_depth : 1
4
4
5
5
environment :
6
- PREMAKE_VERSION : 5.0.0-beta1
7
- SDL_VERSION : 2.0.16
6
+ PREMAKE_VERSION : 5.0.0-beta2
8
7
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
9
14
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
10
15
TOOLSET : vs2019
11
16
platform : x64
17
+ SKIP_DEPLOY : skip
12
18
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
13
19
TOOLSET : vs2019
14
20
platform : Win32
21
+ SKIP_DEPLOY : skip
15
22
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
16
23
TOOLSET : vs2017
17
24
platform : x64
Original file line number Diff line number Diff line change 50
50
$BUILD_VERSION = [uri ]::EscapeDataString($env: APPVEYOR_BUILD_VERSION )
51
51
$TIMESTAMP = " $ ( Get-Date - format s) Z"
52
52
$WEBHOOK_DATA = " {
53
- "" username"" : """" ,
54
53
"" avatar_url"" : "" $AVATAR "" ,
55
54
"" embeds"" : [ {
56
55
"" color"" : $EMBED_COLOR ,
You can’t perform that action at this time.
0 commit comments