mpir/.appveyor_msys_build.sh

10 lines
149 B
Bash
Raw Normal View History

2016-03-31 06:32:59 -04:00
export PATH=/c/msys64/mingw$ABI/bin:$PATH
cd /c/projects/mpir
./configure ABI=$ABI
make
2016-04-10 10:40:27 -04:00
if [ "$ABI" = "32" ]
then
rm yasm/Makefile
fi
2016-03-31 06:32:59 -04:00
make check