From af51b797ab1d666641cea8379ab311570ffad2a6 Mon Sep 17 00:00:00 2001 From: Marius Date: Sun, 21 Jul 2019 23:38:53 +0200 Subject: [PATCH] Disable Windows compilations for now --- .scripts/build_all.sh | 8 ++++---- .travis.yml | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.scripts/build_all.sh b/.scripts/build_all.sh index e51f0cb..04f885f 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 diff --git a/.travis.yml b/.travis.yml index b79dc63..f1c94f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ install: script: - ./.scripts/test_all.sh before_deploy: -- go get golang.org/x/sys/windows - if [[ "$TRAVIS_TAG" != "" ]]; then ./.scripts/build_all.sh; fi - if [ ! -d "$HOME/google-cloud-sdk/bin" ]; then rm -rf $HOME/google-cloud-sdk; curl https://sdk.cloud.google.com | bash; fi - source /home/travis/google-cloud-sdk/path.bash.inc