@@ -21,20 +21,21 @@ before_build:
2121 - cd download
2222 - choco install -y wget cmake
2323 - " SET PATH=C:\\ Program Files\\ CMake\\ bin;%PATH%"
24- - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2018-06-12-1/asio.1.12.1.nupkg
25- - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2018-06-12-1/eigen.3.3.4.nupkg
26- - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2017-04-04-1/tinyxml-usestl.2.6.2.nupkg
27- - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2018-06-12-1/tinyxml2.6.0.0.nupkg
28- - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-02-15-1/log4cxx.0.10.0.nupkg
29- - choco install -y -s c:\download\ asio eigen tinyxml-usestl tinyxml2 log4cxx
30- - appveyor DownloadFile http://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip
24+ - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/asio.1.12.1.nupkg
25+ - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/cunit.2.1.3.nupkg
26+ - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/eigen.3.3.4.nupkg
27+ - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/tinyxml-usestl.2.6.2.nupkg
28+ - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/tinyxml2.6.0.0.nupkg
29+ - appveyor DownloadFile https://github.com/ros2/choco-packages/releases/download/2019-10-24/log4cxx.0.10.0.nupkg
30+ - choco install -y -s c:\download\ asio cunit eigen tinyxml-usestl tinyxml2 log4cxx
31+ - appveyor DownloadFile http://ci.ros2.org/view/packaging/job/packaging_windows/lastStableBuild/artifact/ws/ros2-package-windows-AMD64.zip
3132 - 7z x -y "c:\download\ros2-package-windows-AMD64.zip" -o"c:\" > nul
3233 - setx -m OPENSSL_CONF C:\OpenSSL-Win64\bin\openssl.cfg
3334 - set PATH=C:\OpenSSL-Win64\bin;%PATH%
3435 - setx AMENT_PYTHON_EXECUTABLE "c:\Python37"
3536 - refreshenv
3637 - " SET PATH=%PYTHON3%;%PYTHON3%\\ bin;%PYTHON3%\\ Scripts;%PATH%"
37- - python -m pip install -U catkin_pkg empy lark-parser lxml numpy opencv-python pyparsing pyyaml setuptools colcon-common-extensions numpy
38+ - python -m pip install -U catkin_pkg empy lark-parser lxml opencv-python pyparsing pyyaml setuptools colcon-common-extensions numpy
3839
3940build_script :
4041 - cd c:\proj\rclnodejs
0 commit comments