Skip to content

Commit cce6963

Browse files
committed
Download boost on windows
1 parent d2ad217 commit cce6963

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ci/windows.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ try
3030
# Upgrade pip or else the CI will complain
3131
c:\python27\python.exe -m pip install --upgrade pip
3232

33+
wget https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.zip -OutFile boost_1_64_0.zip
34+
[System.IO.Compression.ZipFile]::ExtractToDirectory("boost_1_64_0.zip", "boost_1_64_0")
35+
$env:BOOST_ROOT = Join-Path $PSScriptRoot "boost_1_64_0"
36+
3337
# Start virtualenv
3438
pip install virtualenv
3539
virtualenv nfhttp_env

0 commit comments

Comments
 (0)