Skip to content

Commit f0d44a6

Browse files
author
Minggang Wang
committed
Add vcredist2013 as dependency
Fix #None
1 parent ac497ef commit f0d44a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branches:
66
- develop
77
- actionlib
88

9-
image: Visual Studio 2019
9+
image: Previous Visual Studio 2019
1010

1111
environment:
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

4041
build_script:
4142
- cd c:\proj\rclnodejs

0 commit comments

Comments
 (0)