only:Unit Tests on Windows
This commit is contained in:
parent
f7ded8f69e
commit
5e1f66c1b9
|
@ -6,8 +6,8 @@
|
||||||
# fail on error
|
# fail on error
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ "$(expr substr $(uname -s) 1 6)" == "CYGWIN" ]; then
|
if [ "$(expr substr $(uname -s) 1 6)" == "CYGWIN" ] || [ "$(expr substr $(uname -s) 1 5)" == "MINGW" ]; then
|
||||||
echo No image on CYGWIN
|
echo No image on $(uname -s)
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue