mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
List only the exe's we care about for debugging CI.
[skip travis]
This commit is contained in:
@@ -156,7 +156,7 @@ if errorlevel 1 (
|
||||
goto Setup_Args
|
||||
)
|
||||
:Config_Toolset
|
||||
call config_toolset.bat
|
||||
call config_toolset.bat
|
||||
if "_%_known_%_" == "__" (
|
||||
call :Error_Print "Unknown toolset: %BOOST_JAM_TOOLSET%"
|
||||
)
|
||||
@@ -185,7 +185,7 @@ set BJAM_SOURCES=%BJAM_SOURCES% modules/set.c
|
||||
|
||||
@echo ON
|
||||
%BOOST_JAM_CXX% %BOOST_JAM_OPT_JAM% %BJAM_SOURCES% %BOOST_JAM_OPT_LINK%
|
||||
dir
|
||||
dir *.exe
|
||||
copy /b .\b2.exe .\bjam.exe
|
||||
|
||||
:Finish
|
||||
|
||||
Reference in New Issue
Block a user