2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 12:52:17 +00:00

Added missing Boost libs build in Windows CI

This commit is contained in:
ruben
2020-03-28 17:34:50 +00:00
parent 21e8270e06
commit efdf47bfd1

View File

@@ -20,7 +20,7 @@ wget -q -O boost_download.zip ^
bash -c "unzip -q boost_download.zip" || goto error
cd boost_1_72_0
cmd /c ".\bootstrap.bat --prefix=%BOOST_ROOT%" || goto error
cmd /c ".\b2 install -d0 --prefix=%BOOST_ROOT% --with-system --with-coroutine" || goto error
cmd /c ".\b2 install -d0 --prefix=%BOOST_ROOT% --with-libraries=system,context,thread,chrono" || goto error
cd ..
rem Build our project