Skip to content

Commit

Permalink
Add vcredist2013 as dependency
Browse files Browse the repository at this point in the history
Fix #None
  • Loading branch information
Minggang Wang committed Dec 10, 2019
1 parent ac497ef commit f0d44a6
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 @@ -6,7 +6,7 @@ branches:
- develop
- actionlib

image: Visual Studio 2019
image: Previous Visual Studio 2019

environment:
nodejs_version: "10"
Expand All @@ -20,6 +20,7 @@ before_build:
- md download
- cd download
- choco install -y wget cmake
- choco install -y vcredist140
- "SET PATH=C:\\Program Files\\CMake\\bin;%PATH%"
- appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/asio.1.12.1.nupkg
- appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/cunit.2.1.3.nupkg
Expand All @@ -35,7 +36,7 @@ before_build:
- setx AMENT_PYTHON_EXECUTABLE "c:\Python37"
- refreshenv
- "SET PATH=%PYTHON3%;%PYTHON3%\\bin;%PYTHON3%\\Scripts;%PATH%"
- python -m pip install -U catkin_pkg empy lark-parser lxml opencv-python pyparsing pyyaml setuptools colcon-common-extensions numpy
- python -m pip install -U catkin_pkg cryptography empy ifcfg lark-parser lxml netifaces numpy opencv-python pyparsing pyyaml setuptools colcon-common-extensions

build_script:
- cd c:\proj\rclnodejs
Expand Down

0 comments on commit f0d44a6

Please sign in to comment.