scripts: remove windows_build.sh

This script only worked for me to do local testing and wasn't otherwise
used.  In particular, the Windows build tests in Travis CI don't use
this script, nor does the make-windows-releases script use it.
This commit is contained in:
Eric Biggers 2020-10-18 14:21:25 -07:00
parent ca42459cd7
commit 50fa75455b

View File

@ -1,10 +0,0 @@
#!/bin/bash
set -eu
make -j CC=i686-w64-mingw32-gcc all test_programs
cp -vf *.exe /j/exe/
make -j CC=x86_64-w64-mingw32-gcc all test_programs
cp -vf *.exe /j/exe64/
sudo $HOME/bin/sudo/restart-smbd