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 @@ -2,14 +2,14 @@ version: 7.0.0.{build}
22
33branches :
44 only :
5- - cpp_master
5+ - cpp_master
66
77environment :
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
1414build_script :
1515 - ps : |
@@ -52,5 +52,5 @@ build_script:
5252 if ($LastExitCode -ne 0) { exit $LastExitCode }
5353
5454test_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
You can’t perform that action at this time.
0 commit comments