mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Powershell doesn't like "/" for paths?
This commit is contained in:
@@ -646,7 +646,7 @@ stages:
|
||||
7z x boost_${env:BOOST_VERSION_U}.zip
|
||||
cd boost_${env:BOOST_VERSION_U}
|
||||
echo "using" "msvc" ";" > ${env:HOME}/user-config.jam
|
||||
${env:BUILD_SOURCESDIRECTORY}/src/engine/b2.exe "--boost-build=${env:BUILD_SOURCESDIRECTORY}/src" --debug-configuration --build-type=complete --layout=versioned -n -d1 toolset=msvc install
|
||||
"${env:BUILD_SOURCESDIRECTORY}\src\engine\b2.exe" "--boost-build=${env:BUILD_SOURCESDIRECTORY}/src" --debug-configuration --build-type=complete --layout=versioned -n -d1 toolset=msvc install
|
||||
displayName: Test
|
||||
|
||||
- stage: WebsiteUpdate
|
||||
|
||||
Reference in New Issue
Block a user