You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/alpha-release.sh

14 lines
206 B
Bash

#!/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