2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Debug info.

[skip travis]
This commit is contained in:
Rene Rivera
2018-11-15 22:23:49 -06:00
parent 1a066c55a4
commit 8a61df32a9
2 changed files with 1 additions and 1 deletions

View File

@@ -40,7 +40,6 @@ configuration:
build_script:
- cd src/engine
- build.bat %TOOLSET%
- dir
- cd ../..
test_script:

View File

@@ -185,6 +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
copy /b b2.exe bjam.exe
:Finish