[virglrenderer-devel] [virglrenderer-devel v1 04/13] ci: Print gcc version during testing

Robert Foss robert.foss at collabora.com
Wed Nov 21 15:12:31 UTC 2018


Signed-off-by: Robert Foss <robert.foss at collabora.com>
---
 ci/run-tests.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ci/run-tests.sh b/ci/run-tests.sh
index 536b463..ae85bde 100755
--- a/ci/run-tests.sh
+++ b/ci/run-tests.sh
@@ -2,6 +2,9 @@
 
 set -x
 
+# Print gcc version to increase debugability
+gcc -v
+
 #DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends ninja-build meson
 
 # To prevent hitting assertions such as the below:
-- 
2.17.1



More information about the virglrenderer-devel mailing list