commit 50e08f12cdf413f691ecf6004a6af55a711746ac
parent 1cb66df8689ba834ce4c430fc59719ab48a9ed1d
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date: Mon, 2 Jan 2023 15:14:19 +0000
Disable Windows build until new File device is fixed.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.build.yml b/.build.yml
@@ -46,7 +46,7 @@ tasks:
done
[ -e ~/.ssh/id_rsa ] || complete-build
- build-windows: |
- if ssh -o ConnectTimeout=10 win true; then
+ if false && 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