Skip to content

Commit

Permalink
trying to speed up appveyor #10689
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed May 5, 2022
1 parent c997b4d commit 698d00a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ environment:
ver: 2019
generator: "Visual Studio 16 2019"
configuration: Release
cmake_opts: "-DENABLE_JAVA_BINDINGS=0"
PYTHON: C:\Python37-x64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
ver: 2019
Expand All @@ -33,15 +34,15 @@ environment:
PYTHON: C:\Python37-x64

install:
- git clone --recurse-submodules https://github.com/DLR-TS/SUMOLibraries
- git clone --depth 1 https://github.com/DLR-TS/SUMOLibraries
- set SUMO_LIBRARIES=%CD%\SUMOLibraries
- "%PYTHON%\\python.exe -m pip install wheel"

build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- mkdir build_msvc%ver% &&
cd build_msvc%ver% &&
cmake .. -G"%generator%" -A x64 -DPYTHON_EXECUTABLE=%PYTHON%\python.exe &&
cmake .. -G"%generator%" -A x64 -DPYTHON_EXECUTABLE=%PYTHON%\python.exe %cmake_opts% &&
cmake --build . --config %configuration% && cd .. &&
%PYTHON%\python.exe tools\build\setup-libsumo.py bdist_wheel

Expand Down

0 comments on commit 698d00a

Please sign in to comment.