Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #672 from zpalmtree/update-deploy-targets
Browse files Browse the repository at this point in the history
Adding wallet-api to travis deploy
  • Loading branch information
brandonlehmann committed Jan 3, 2019
2 parents 36d3249 + 4b31dfd commit 80987f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ script:
before_deploy:
- if [[ "${TRAVIS_TAG}" == "" ]]; then export TRAVIS_TAG=${TRAVIS_COMMIT} ; fi
- cd src
- ${STRIP} TurtleCoind miner zedwallet turtle-service zedwallet-beta
- TARGETS="TurtleCoind miner zedwallet turtle-service zedwallet-beta cryptotest wallet-api"
- ${STRIP} ${TARGETS}
- rm -rf turtlecoin-${TRAVIS_TAG}
- mkdir turtlecoin-${TRAVIS_TAG}
- cp TurtleCoind miner zedwallet turtle-service zedwallet-beta cryptotest turtlecoin-${TRAVIS_TAG}/
- cp ${TARGETS} turtlecoin-${TRAVIS_TAG}/
- cp ../../LICENSE turtlecoin-${TRAVIS_TAG}/
- tar cvfz turtlecoin-${TRAVIS_TAG}-${LABEL}.tar.gz turtlecoin-${TRAVIS_TAG}/
- rm -rf builds
Expand Down

0 comments on commit 80987f2

Please sign in to comment.