File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ branches:
66 - develop
77 - actionlib
88
9- image : Visual Studio 2019
9+ image : Previous Visual Studio 2019
1010
1111environment :
1212 nodejs_version : " 10"
@@ -20,6 +20,7 @@ before_build:
2020 - md download
2121 - cd download
2222 - choco install -y wget cmake
23+ - choco install -y vcredist140
2324 - " SET PATH=C:\\ Program Files\\ CMake\\ bin;%PATH%"
2425 - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/asio.1.12.1.nupkg
2526 - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/cunit.2.1.3.nupkg
@@ -35,7 +36,7 @@ before_build:
3536 - setx AMENT_PYTHON_EXECUTABLE "c:\Python37"
3637 - refreshenv
3738 - " SET PATH=%PYTHON3%;%PYTHON3%\\ bin;%PYTHON3%\\ Scripts;%PATH%"
38- - python -m pip install -U catkin_pkg empy lark-parser lxml opencv-python pyparsing pyyaml setuptools colcon-common-extensions numpy
39+ - python -m pip install -U catkin_pkg cryptography empy ifcfg lark-parser lxml netifaces numpy opencv-python pyparsing pyyaml setuptools colcon-common-extensions
3940
4041build_script :
4142 - cd c:\proj\rclnodejs
You can’t perform that action at this time.
0 commit comments