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