Skip to content

Commit

Permalink
Merge pull request #1226 from gazebo-tooling/jrivero/print_dxdiag_on_win
Browse files Browse the repository at this point in the history
Print dxdiag output on Windows colcon builds
  • Loading branch information
j-rivero authored Dec 17, 2024
2 parents b514e9a + 96d6869 commit 1440ad4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jenkins-scripts/lib/colcon-default-devel-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ if "%COLCON_AUTO_MAJOR_VERSION%" == "true" (
echo "MAJOR_VERSION detected: !PKG_MAJOR_VERSION!"
)

echo # BEGIN SECTION: dxdiag info
set DXDIAG_FILE=%WORKSPACE%\dxdiag.txt
dxdiag /t %DXDIAG_FILE%
type %DXDIAG_FILE%
echo # END SECTION

setlocal ENABLEDELAYEDEXPANSION
if not defined GAZEBODISTRO_FILE (
Expand Down

0 comments on commit 1440ad4

Please sign in to comment.