#!/bin/bash set -e -u ./configure && make distcheck for arch in i686 x86_64; do ./make-windows-release ${arch} ${arch}-w64-mingw32-gcc done