appveyor: remove yasm tests for 32 bit

This commit is contained in:
Isuru Fernando 2016-04-10 20:10:27 +05:30
parent 92d6e67d69
commit 7a26d7b128

View File

@ -2,4 +2,8 @@ export PATH=/c/msys64/mingw$ABI/bin:$PATH
cd /c/projects/mpir cd /c/projects/mpir
./configure ABI=$ABI ./configure ABI=$ABI
make make
if [ "$ABI" = "32" ]
then
rm yasm/Makefile
fi
make check make check