diff --git a/appveyor.yml b/appveyor.yml index 9eb5aec..33c1c61 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,6 +34,7 @@ install: - set BOOST_ROOT=c:\Libraries\boost_1_69_0 - set BOOST_BUILD_PATH=%BOOST_ROOT%\tools\build - type %HOMEDRIVE%%HOMEPATH%\user-config.jam + - cd %BOOST_BUILD_PATH% - bootstrap.bat - cd %BOOST_ROOT% - b2 cxxstd=14 address-model=64 threading=multi --with-system --with-date_time --toolset=msvc-14.1 link=static runtime-link=shared stage