Browse Source

Re-enable automated Windows build.

android
Andrew Alderwick 3 years ago
parent
commit
b0b60ca20b
  1. 4
      .build.yml

4
.build.yml

@ -46,12 +46,12 @@ tasks:
done done
[ -e ~/.ssh/id_rsa ] || complete-build [ -e ~/.ssh/id_rsa ] || complete-build
- build-windows: | - 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" 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
wget -nv -NP out "https://${SITE}/"uxn{,-essentials}-win64.{tar.gz,zip} || true wget -nv -NP out "https://${SITE}/"uxn{,-essentials}-win64.{tar.gz,zip} || true
: touch out/needs-solar-build touch out/needs-solar-build
fi fi
- build-macos: | - build-macos: |
if ssh -o ConnectTimeout=10 mac true; then if ssh -o ConnectTimeout=10 mac true; then

Loading…
Cancel
Save