Skip to content

Commit

Permalink
Disable Windows compilations for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Jul 21, 2019
1 parent 1089558 commit af51b79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .scripts/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af51b79

Please sign in to comment.