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-mingw.bat | |
parent | 813f60db0b7713a376f44c59f940d4ebc1c1dfdf (diff) |
Update build script to update for install
This omits building tests.
Diffstat (limited to 'build-mingw.bat')
-rw-r--r-- | build-mingw.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-mingw.bat b/build-mingw.bat index 98f5597..e454abf 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -232,7 +232,7 @@ cmd /C bootstrap-mingw.bat %cxx% -static 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 @@ -295,7 +295,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 |