Browse Source

Merge pull request #6 from artemii235/etomic

Strip and pack executables on deployment.
pass-iguana-arg
Artem Pikulin 7 years ago
committed by GitHub
parent
commit
7c9c23fc2e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .travis.yml

5
.travis.yml

@ -33,8 +33,9 @@ cache:
before_deploy:
- export TAG=`echo "$(git rev-parse --short HEAD)"`
- mkdir deploy
- cp iguana/exchanges/marketmaker-mainnet deploy/marketmaket-mainnet-"$TRAVIS_OS_NAME"-"$TAG"
- cp iguana/exchanges/marketmaker-testnet deploy/marketmaket-testnet-"$TRAVIS_OS_NAME"-"$TAG"
- strip iguana/exchanges/marketmaker-mainnet
- strip iguana/exchanges/marketmaker-testnet
- tar -cvzf deploy/marketmaker-"$TRAVIS_OS_NAME"-"$TAG".tar.gz iguana/exchanges/marketmaker-mainnet iguana/exchanges/marketmaker-testnet
deploy:
provider: releases
api_key:

Loading…
Cancel
Save