Skip to content

Commit

Permalink
Enable windows cmake build log print all the time.
Browse files Browse the repository at this point in the history
Change: 152109123
  • Loading branch information
tensorflower-gardener committed Apr 4, 2017
1 parent a02a331 commit 73be7de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tensorflow/tools/ci_build/windows/cpu/cmake/run_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ SET MSBUILD_EXE="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
%CMAKE_EXE% %CMAKE_DIR% -A x64 -DSWIG_EXECUTABLE=%SWIG_EXE% -DPYTHON_EXECUTABLE=%PY_EXE% -DCMAKE_BUILD_TYPE=Release -DPYTHON_LIBRARIES=%PY_LIB% -Dtensorflow_BUILD_PYTHON_TESTS=%BUILD_PYTHON_TESTS% -Dtensorflow_BUILD_CC_TESTS=%BUILD_CC_TESTS%

:: Run msbuild in the resulting VS project files to build a pip package.
%MSBUILD_EXE% /p:Configuration=Release /maxcpucount:32 tf_python_build_pip_package.vcxproj > msbuild.log 2>&1
if %errorlevel% neq 0 cat msbuild.log else echo "Successfully build pip package."
%MSBUILD_EXE% /p:Configuration=Release /maxcpucount:32 tf_python_build_pip_package.vcxproj

0 comments on commit 73be7de

Please sign in to comment.