From 50fa75455b7be1c754708d9c060cbe537afc531f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 18 Oct 2020 14:21:25 -0700 Subject: [PATCH] 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. --- scripts/windows_build.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 scripts/windows_build.sh diff --git a/scripts/windows_build.sh b/scripts/windows_build.sh deleted file mode 100755 index a91ed65..0000000 --- a/scripts/windows_build.sh +++ /dev/null @@ -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