diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-12-05 14:51:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-12-05 14:51:22 +0200 |
commit | 1dca20865e6dbcb37d22b9563c6e34ab5fe88a6e (patch) | |
tree | 70ae001c20b297089cabe42f37bb2626c34cf984 /build-msvc.bat | |
parent | 5b18d0d73980102aadc91678b1454b624cf6b253 (diff) |
Make bpkg-pkg-build print plan in build scripts
Diffstat (limited to 'build-msvc.bat')
-rw-r--r-- | build-msvc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-msvc.bat b/build-msvc.bat index 9487de6..3f525d8 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -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% --for install --yes build2 bpkg bdep +bpkg-stage %verbose% build %timeout% --for install --yes --plan= build2 bpkg bdep @if errorlevel 1 goto error bpkg-stage %verbose% install build2 bpkg bdep |