Skip to content

Commit

Permalink
disabling netedit build on appveyor #14668
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 10, 2024
1 parent 0b14b36 commit 7d945fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ environment:
ver: 2015
generator: "Visual Studio 14 2015 Win64"
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0"
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"
cmake_opts: "-DENABLE_JAVA_BINDINGS=0 -DNETEDIT=0"
PYTHON: C:\Python38-x64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
ver: 2019
Expand Down

0 comments on commit 7d945fb

Please sign in to comment.