Skip to content

Commit eb0c7cd

Browse files
committed
fix devops pipeline
1 parent 08bcd55 commit eb0c7cd

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
@@ -2,14 +2,14 @@ version: 7.0.0.{build}
22

33
branches:
44
only:
5-
- cpp_master
5+
- cpp_master
66

77
environment:
88
matrix:
99
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
1010
cpp11: -DMSGPACK_CXX11=ON
1111
msvc: '"Visual Studio 14 2015"'
12-
boost_prefix: C:\Libraries\boost_1_69_0
12+
boost_prefix: C:\Libraries\boost_1_86_0
1313
boost_subdir: lib32-msvc-14.0
1414
build_script:
1515
- ps: |
@@ -52,5 +52,5 @@ build_script:
5252
if ($LastExitCode -ne 0) { exit $LastExitCode }
5353
5454
test_script:
55-
- set PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%\zlib-1.3.1\build\Release;%APPVEYOR_BUILD_FOLDER%\build\release;%boost_prefix%\%boost_subdir%
56-
- ctest -VV -C Release
55+
- set PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%\zlib-1.3.1\build\Release;%APPVEYOR_BUILD_FOLDER%\build\release;%boost_prefix%\%boost_subdir%
56+
- ctest -VV -C Release

0 commit comments

Comments
 (0)