Skip to content

Commit

Permalink
AppVeyor: disable x86 Windows builds (don't worry, x86 is still suppo…
Browse files Browse the repository at this point in the history
…rted)

x86 is still supported, but it's failing on AppVeyor and we will stop using it soon, so let's just make builds green.
I also added VS 2019 builds just in case.
  • Loading branch information
Xottab-DUTY authored Oct 1, 2024
1 parent b079492 commit fa187c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ skip_tags: true
skip_branch_with_pr: true

image:
- Visual Studio 2019
- Visual Studio 2022

configuration:
Expand All @@ -17,7 +18,6 @@ configuration:

platform:
- x64
- x86

branches:
except:
Expand All @@ -28,10 +28,6 @@ cache:

for:
-
matrix:
only:
- image: Visual Studio 2022

before_build:
- git submodule update --init --recursive
- nuget restore src\engine.sln
Expand Down

0 comments on commit fa187c2

Please sign in to comment.