commit b0b60ca20bc20c3b82ac20001f851ae9e6db1d76
parent 5538e539d24c9b4e27db59baa4b11b3ea3100911
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date: Tue, 31 Jan 2023 17:12:20 +0000
Re-enable automated Windows build.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.build.yml b/.build.yml
@@ -46,12 +46,12 @@ tasks:
done
[ -e ~/.ssh/id_rsa ] || complete-build
- build-windows: |
- if false && ssh -o ConnectTimeout=10 win true; then
+ if ssh -o ConnectTimeout=10 win true; then
ssh win "export PATH=\"\${PATH}:/mingw64/bin\"; set -ex; cd uxn; git fetch; git checkout .; git clean -xfd; git checkout $(cd uxn && git rev-parse HEAD); MSYSTEM=MSYS ./build.sh --no-run"
rsync -rp win:uxn/bin/ build/uxn-win64/uxn/
else
wget -nv -NP out "https://${SITE}/"uxn{,-essentials}-win64.{tar.gz,zip} || true
- : touch out/needs-solar-build
+ touch out/needs-solar-build
fi
- build-macos: |
if ssh -o ConnectTimeout=10 mac true; then