diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-05 09:28:11 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-05 09:28:11 +0200 |
commit | 47d474b6d301c530f48ca584fdcfae5e4ef3a004 (patch) | |
tree | eb6d691c79cf001cdc542c2f7df28894cdf1bf50 | |
parent | 6f01f3eb2c5bc6b34d2a33bb4d4eb42704d22db6 (diff) | |
download | kit-47d474b6d301c530f48ca584fdcfae5e4ef3a004.zip |
test
-rw-r--r-- | build_and_test.sh | 2 |
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 |