Skip to content

Commit 6af329a

Browse files
author
Minggang Wang
committed
[AppVeyor] Update to Visual Studio 2019
Fix #None
1 parent 2659969 commit 6af329a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ branches:
44
only:
55
- foxy-fitzroy
66

7-
image: Visual Studio 2017
7+
image: Visual Studio 2019
88

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

5353
test_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

0 commit comments

Comments
 (0)