mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-08 11:50:00 -04:00
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:
parent
ca42459cd7
commit
50fa75455b
@ -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
|
Loading…
x
Reference in New Issue
Block a user