Skip to content

Commit

Permalink
[ci] Update release step for build app
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Mar 16, 2020
1 parent ca10e40 commit 1ead63c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,8 @@ before_deploy:
- export ARCH="$(uname -m)"
- export OS="$(uname -s)"
- make prepare-release
- if [["$D_ARCH" == "RPI"]]; then DEFAULT_TARGET=rpi1 make build-docker; DEFAULT_TARGET=rpi2 make build; DEFAULT_TARGET=rpi3 make build-docker; fi
- if [["$D_ARCH" == "Android"]]; then DEFAULT_TARGET=android make build-docker; fi
- if [["$D_ARCH" == "Linux"]]; then DEFAULT_TARGET=linux make build-docker; fi
- if [["$D_ARCH" == "MacOS"]]; then make build; fi
- if [[ $D_ARCH == "Linux" ]]; then echo DEFAULT_TARGET=linux make build-docker ; else echo "False"; fi
- if [[ $D_ARCH == "MacOS" ]]; then make build; else echo "False"; fi
- ( cd deploy && tar czf ../fibercryptowallet-${VERSION}-${OS}-${ARCH}.tar.gz ./* )
- pwd && ls -l .
deploy:
Expand Down

0 comments on commit 1ead63c

Please sign in to comment.