File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ branches:
44 only :
55 - foxy-fitzroy
66
7- image : Visual Studio 2017
7+ image : Visual Studio 2019
88
99environment :
1010 nodejs_version : " 12"
@@ -30,8 +30,8 @@ before_build:
3030 - choco install -y -s c:\download\ asio bullet cunit eigen tinyxml-usestl tinyxml2 log4cxx
3131 - appveyor DownloadFile https://github.com/ros2/ros2/releases/download/release-foxy-20201211/ros2-foxy-20201211-windows-release.amd64.zip
3232 - 7z x -y "c:\download\ros2-foxy-20201211-windows-release.amd64.zip" -o"c:\" > nul
33- - setx -m OPENSSL_CONF C:\OpenSSL-Win64\bin\openssl.cfg
34- - set PATH=C:\OpenSSL-Win64\bin;%PATH%
33+ - setx -m OPENSSL_CONF C:\OpenSSL-v111- Win64\bin\openssl.cfg
34+ - set PATH=C:\OpenSSL-v111- Win64\bin;%PATH%
3535 - setx AMENT_PYTHON_EXECUTABLE "c:\Python37"
3636 - refreshenv
3737 - " SET PATH=%PYTHON3%;%PYTHON3%\\ bin;%PYTHON3%\\ Scripts;%PATH%"
@@ -51,6 +51,6 @@ build_script:
5151 - npm run lint
5252
5353test_script :
54- - cmd : call "C:\Program Files (x86)\Microsoft Visual Studio\2017 \Community\Common7\Tools\VsDevCmd.bat"
54+ - cmd : call "C:\Program Files (x86)\Microsoft Visual Studio\2019 \Community\Common7\Tools\VsDevCmd.bat"
5555 - " SET PATH=%PYTHON3%;%PYTHON3%\\ bin;%PYTHON3%\\ Scripts;C:\\ Program Files\\ CMake\\ bin;%PATH%"
5656 - npm test
You can’t perform that action at this time.
0 commit comments