Create release tarball using travis

This commit is contained in:
Lucas Bickel 2017-03-19 11:20:28 +01:00
parent 6ad3fd87cc
commit 74428511c2
3 changed files with 24 additions and 5 deletions

7
travis/release.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
set -xe
pushd dev_tools/release
bash -e release.sh ${TRAVIS_TAG}
popd