summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-05 09:28:11 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-05 09:28:11 +0200
commit47d474b6d301c530f48ca584fdcfae5e4ef3a004 (patch)
treeeb6d691c79cf001cdc542c2f7df28894cdf1bf50 /build_and_test.sh
parent6f01f3eb2c5bc6b34d2a33bb4d4eb42704d22db6 (diff)
downloadkit-47d474b6d301c530f48ca584fdcfae5e4ef3a004.zip
test
Diffstat (limited to 'build_and_test.sh')
-rw-r--r--build_and_test.sh2
1 files changed, 2 insertions, 0 deletions
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