unit tests pass on Linux fail on Windows #2902
This commit is contained in:
parent
6e756c744f
commit
f12b414057
|
@ -1,2 +1,4 @@
|
|||
@echo off
|
||||
echo "gcc version:"
|
||||
x86_64-w64-mingw32-gcc -v
|
||||
sh.exe compile.sh
|
||||
|
|
Loading…
Reference in New Issue