Skip to content

Commit

Permalink
disabling VS 2015 build and removing python2 build from appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Nov 21, 2024
1 parent 056546d commit 1123409
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ skip_commits:

environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
ver: 2015
generator: "Visual Studio 14 2015 Win64"
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0 -DNETEDIT=0"
PYTHON: C:\Python38-x64
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
# ver: 2015
# generator: "Visual Studio 14 2015 Win64"
# configuration: Release
# cmake_opts: "-DENABLE_JAVA_BINDINGS=0 -DNETEDIT=0"
# PYTHON: C:\Python38-x64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ver: 2017
generator: "Visual Studio 15 2017 Win64"
Expand All @@ -24,12 +24,6 @@ environment:
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0 -DCHECK_OPTIONAL_LIBS=0 -DNETEDIT=0 -A x64"
PYTHON: C:\Python38-x64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
ver: 2019
generator: "Visual Studio 16 2019"
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0 -DCHECK_OPTIONAL_LIBS=0 -DNETEDIT=0 -A x64"
PYTHON: C:\Python27-x64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
ver: 2022
generator: "Visual Studio 17 2022"
Expand Down

0 comments on commit 1123409

Please sign in to comment.