From 7a26d7b128a2b69267d674ecf5fcad8eb8a74310 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 10 Apr 2016 20:10:27 +0530 Subject: [PATCH] appveyor: remove yasm tests for 32 bit --- .appveyor_msys_build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.appveyor_msys_build.sh b/.appveyor_msys_build.sh index 8da330a8..ef4d2248 100644 --- a/.appveyor_msys_build.sh +++ b/.appveyor_msys_build.sh @@ -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