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

Attempting to make Windows CIs work

This commit is contained in:
ruben
2020-03-28 17:54:25 +00:00
parent efdf47bfd1
commit 8e7775eced

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-libraries=system,context,thread,chrono" || goto error
cmd /c ".\b2 install -d0 --prefix=%BOOST_ROOT% --with-system --with-context --with-thread --with-chrono --with-coroutine" || goto error
cd ..
rem Build our project