From 47d474b6d301c530f48ca584fdcfae5e4ef3a004 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 5 Sep 2023 09:28:11 +0200 Subject: test --- build_and_test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_and_test.sh') diff --git a/build_and_test.sh b/build_and_test.sh index f434244..8b4cdef 100644 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -22,6 +22,8 @@ case $(uname | tr '[:upper:]' '[:lower:]') in fi ;; *msys*|*cygwin*|*mingw*|*nt*|*win*) + cl.exe --version + gcc --version if command -v cl.exe >/dev/null 2>&1; then echo "C compiler found - MSVC" COMPILE=cl.exe -- cgit v1.2.3