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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user