From 619555607a1a89a29da77ea677bc4e7553b68a68 Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 20 Sep 2019 11:05:31 +0200 Subject: [PATCH] ci: Enable builds for Windows again --- scripts/build_all.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/build_all.sh b/scripts/build_all.sh index 04f885f..e51f0cb 100755 --- a/scripts/build_all.sh +++ b/scripts/build_all.sh @@ -11,14 +11,14 @@ compile linux amd64 compile linux arm compile darwin 386 compile darwin amd64 -#compile windows 386 .exe -#compile windows amd64 .exe +compile windows 386 .exe +compile windows amd64 .exe maketar linux 386 maketar linux amd64 maketar linux arm makezip darwin 386 makezip darwin amd64 -#makezip windows 386 .exe -#makezip windows amd64 .exe +makezip windows 386 .exe +makezip windows amd64 .exe makedep amd64