gpodder/.appveyor/msys2.sh
Eric Le Lay ec0df6544a
Windows build using appveyor (#467)
Same build script as manual build. See tools/win_installer
Only building i686 for now.
2018-05-27 13:33:27 +02:00

8 lines
121 B
Bash

#!/bin/bash
set -e
cd tools/win_installer
# bash -xe to also see commands
bash -e ./build.sh "${APPVEYOR_REPO_COMMIT}"