summaryrefslogtreecommitdiffstats
path: root/src/alpha-release.sh
blob: d0104aba1ecea7d3f698033fbf1c3edfbdf39799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash


if test x"${TRAVIS_BUILD_DIR}" == x""; then
    exit 0
fi

cp lnav ${TRAVIS_BUILD_DIR}/
cd ${TRAVIS_BUILD_DIR}

ldd lnav
VERSION=`git describe --tags`
zip lnav-${VERSION}-linux-64bit.zip lnav