Skip to content

Commit

Permalink
xz not present in OS X yet; also fix build report naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cgull committed Nov 4, 2016
1 parent 1b9b306 commit 89d0b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ before_script:
(
set -e
if test osx = "${TRAVIS_OS_NAME}" && test -n "${TRAVIS_TAG}"; then
rm -rf macosx/build-report macosx/build-report.txz
rm -rf macosx/build-report macosx/build-report.tgz
mkdir macosx/build-report
cd macosx/build-report
../brew-deps.sh describe
../osx-xcode.sh describe
tar -cf - . | xz > ../build-report.txz
tar -czf ../build-report.tgz .
fi
)
Expand Down Expand Up @@ -92,7 +92,7 @@ deploy:
skip_cleanup: true
# Using a shell variable in deploy.file is undocumented but seems to work.
file: macosx/${TRAVIS_TAG}.pkg
file: macosx/build-report.pkg
file: macosx/build-report.tgz
on:
repo: cgull/mosh
tags: true
Expand Down

0 comments on commit 89d0b42

Please sign in to comment.