mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Merge 7009a0fe30 into c9ec7af632
This commit is contained in:
commit
2487fee1af
2 changed files with 9 additions and 0 deletions
|
|
@ -38,3 +38,9 @@ deploy:
|
|||
repo: tmate-io/tmate
|
||||
branch: master
|
||||
tags: true
|
||||
|
||||
addons:
|
||||
artifacts:
|
||||
target_paths: /binaries/$OS_NAME/$LSB_RELEASE/$ARCH
|
||||
paths:
|
||||
- releases/
|
||||
|
|
|
|||
|
|
@ -31,3 +31,6 @@ rm -rf $RELEASE_NAME-symbols
|
|||
mkdir -p $RELEASE_NAME-symbols
|
||||
docker run --rm local-$PLATFORM/tmate-build cat /build/tmate.symbols > $RELEASE_NAME-symbols/tmate.symbols
|
||||
tar -cf - $RELEASE_NAME-symbols | xz > dbg-symbols-tmate-$VERSION-static-linux-$PLATFORM.tar.xz
|
||||
ls *
|
||||
pwd
|
||||
ls -hl /home/travis/build/travis-ci/tmate/releases/*.tar.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue