diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-08 15:02:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-08 15:02:54 +0200 |
commit | 8397957451972d36434625f8853718655d656b1f (patch) | |
tree | 57d8fa5673b760cc78d54a29243b61c5186c5acb /build-msvc.bat | |
parent | 813f60db0b7713a376f44c59f940d4ebc1c1dfdf (diff) |
Update build script to update for install
This omits building tests.
Diffstat (limited to 'build-msvc.bat')
-rw-r--r-- | build-msvc.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-msvc.bat b/build-msvc.bat index 9cc11a0..26488c1 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -198,7 +198,7 @@ cmd /C bootstrap-msvc.bat %cxx% build2\b-boot --version @if errorlevel 1 goto error -build2\b-boot %verbose% config.cxx=%cxx% config.bin.lib=static +build2\b-boot %verbose% config.cxx=%cxx% config.bin.lib=static build2\exe{b} @if errorlevel 1 goto error move /y build2\b.exe build2\b-boot.exe @@ -259,7 +259,7 @@ bpkg-stage %verbose% add %BUILD2_REPO% bpkg-stage %verbose% fetch %timeout% %trust% @if errorlevel 1 goto error -bpkg-stage %verbose% build %timeout% --yes build2 bpkg +bpkg-stage %verbose% build %timeout% --for install --yes build2 bpkg @if errorlevel 1 goto error bpkg-stage %verbose% install build2 bpkg |