From b99167fc4f59b485796f70da12ff825f2d1a7feb Mon Sep 17 00:00:00 2001 From: light7734 Date: Wed, 24 Sep 2025 05:46:56 +0330 Subject: [PATCH] ci(amd64/gcc/unit_tests): log vulkaninfo summary --- tools/ci/amd64/gcc/unit_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci/amd64/gcc/unit_tests.sh b/tools/ci/amd64/gcc/unit_tests.sh index 5497ed3..407ce3c 100755 --- a/tools/ci/amd64/gcc/unit_tests.sh +++ b/tools/ci/amd64/gcc/unit_tests.sh @@ -9,6 +9,8 @@ export CXX=$(which g++) export CC=$(which gcc) export DISPLAY=:99 +vulkaninfo --summary + # gcc uses libstdc++ by default cmake .. \ -G Ninja \