appveyor: remove yasm tests for 32 bit
This commit is contained in:
parent
92d6e67d69
commit
7a26d7b128
@ -2,4 +2,8 @@ export PATH=/c/msys64/mingw$ABI/bin:$PATH
|
||||
cd /c/projects/mpir
|
||||
./configure ABI=$ABI
|
||||
make
|
||||
if [ "$ABI" = "32" ]
|
||||
then
|
||||
rm yasm/Makefile
|
||||
fi
|
||||
make check
|
||||
|
Loading…
Reference in New Issue
Block a user