We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500c4eb commit 2e7b9b0Copy full SHA for 2e7b9b0
travis_build.sh
@@ -10,8 +10,8 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [[ ${TRAVIS_GO_VERSION} == 1.11* ]]; the
10
go build -o linux/ethr -ldflags "-X main.gVersion=$TRAVIS_TAG"
11
export GOOS=darwin
12
go build -o osx/ethr -ldflags "-X main.gVersion=$TRAVIS_TAG"
13
- zip ethr_windows.zip windows/ethr.exe
14
- zip ethr_linux.zip linux/ethr
15
- zip ethr_osx.zip osx/ethr
+ zip -j ethr_windows.zip windows/ethr.exe
+ zip -j ethr_linux.zip linux/ethr
+ zip -j ethr_osx.zip osx/ethr
16
fi
17
0 commit comments