Skip to content

Commit

Permalink
re-enabling appveyor for older msvc #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Nov 25, 2024
1 parent 9baddb9 commit e549f3d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ 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 2022
ver: 2022
generator: "Visual Studio 17 2022"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
ver: 2015
generator: "Visual Studio 14 2015 Win64"
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0 -DCHECK_OPTIONAL_LIBS=0 -DNETEDIT=0 -A x64"
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"
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0 -DNETEDIT=0"
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:\Python38-x64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
ver: 2017
generator: "Visual Studio 15 2017 Win64"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
ver: 2022
generator: "Visual Studio 17 2022"
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0 -DNETEDIT=0"
cmake_opts: "-DENABLE_JAVA_BINDINGS=0 -DCHECK_OPTIONAL_LIBS=0 -DNETEDIT=0 -A x64"
PYTHON: C:\Python38-x64
# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
# ver: 2022
Expand Down

0 comments on commit e549f3d

Please sign in to comment.