Skip to content

Commit

Permalink
Log dist dir and archive name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Aug 10, 2018
1 parent 5b2d082 commit 7b5affd
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 @@ -19,10 +19,11 @@ addons:
- python3.5
- python3.5-dev
- qt5-default
script:
- yarn build
before_deploy:
- ARCHIVE_NAME="${TRAVIS_TAG:-latest}-$TRAVIS_OS_NAME-`uname -m`.tar"
- DIST_DIR="$TRAVIS_BUILD_DIR/dist"
- echo "ARCHIVE_NAME=$ARCHIVE_NAME DIST_DIR=$DIST_DIR"
- yarn build
- tar --create --verbose --file="$ARCHIVE_NAME" --directory "$TRAVIS_BUILD_DIR/dist"
deploy:
provider: releases
Expand Down

0 comments on commit 7b5affd

Please sign in to comment.