Create release tarball using travis
This commit is contained in:
parent
6ad3fd87cc
commit
74428511c2
3 changed files with 24 additions and 5 deletions
7
travis/release.sh
Normal file
7
travis/release.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -xe
|
||||
|
||||
pushd dev_tools/release
|
||||
bash -e release.sh ${TRAVIS_TAG}
|
||||
popd
|
Loading…
Add table
Add a link
Reference in a new issue