Skip to content

Commit

Permalink
more appveyor speedup eclipse-sumo#10689
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed May 6, 2022
1 parent b1d52e7 commit 233ba11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ environment:
ver: 2019
generator: "Visual Studio 16 2019"
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0"
PYTHON: C:\Python27-x64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
ver: 2022
generator: "Visual Studio 17 2022"
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0"
PYTHON: C:\Python37-x64

install:
Expand All @@ -43,7 +45,7 @@ build_script:
- mkdir build_msvc%ver% &&
cd build_msvc%ver% &&
cmake .. -G"%generator%" -A x64 -DPYTHON_EXECUTABLE=%PYTHON%\python.exe %cmake_opts% &&
cmake --build . --config %configuration% && cd .. &&
cmake --build . --config %configuration% -j 4 && cd .. &&
%PYTHON%\python.exe tools\build\setup-libsumo.py bdist_wheel


Expand Down

0 comments on commit 233ba11

Please sign in to comment.