Disable Windows build until new File device is fixed.

This commit is contained in:
Andrew Alderwick 2023-01-02 15:14:19 +00:00
parent 1cb66df868
commit 50e08f12cd
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ tasks:
done done
[ -e ~/.ssh/id_rsa ] || complete-build [ -e ~/.ssh/id_rsa ] || complete-build
- build-windows: | - 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" 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/ rsync -rp win:uxn/bin/ build/uxn-win64/uxn/
else else