/ .appveyor.yml
.appveyor.yml
 1  branches:
 2    only:
 3      - master
 4  
 5  skip_branch_with_pr: true
 6  
 7  clone_depth: 5
 8  
 9  image: Visual Studio 2022
10  
11  platform:
12    - Win32
13    - x64
14  
15  configuration:
16    - Debug
17    - Release
18  
19  build:
20    project: platform/Windows/eduke32.sln
21    parallel: true
22    verbosity: minimal